Files
salvato.newfreeplanet/src/model/Test.ts
2021-08-31 18:09:59 +02:00

6 lines
88 B
TypeScript
Executable File

export interface TestState {
ready: boolean,
mybool: boolean,
mystring: string,
}