First Committ
This commit is contained in:
5
src/model/Test.ts
Executable file
5
src/model/Test.ts
Executable file
@@ -0,0 +1,5 @@
|
||||
export interface TestState {
|
||||
ready: boolean,
|
||||
mybool: boolean,
|
||||
mystring: string,
|
||||
}
|
||||
Reference in New Issue
Block a user