6 lines
88 B
TypeScript
Executable File
6 lines
88 B
TypeScript
Executable File
export interface TestState {
|
|
ready: boolean,
|
|
mybool: boolean,
|
|
mystring: string,
|
|
}
|