Files
myprojplanet_vite/src/model/Test.ts

6 lines
88 B
TypeScript
Raw Normal View History

2021-08-31 18:09:59 +02:00
export interface TestState {
ready: boolean,
mybool: boolean,
mystring: string,
}