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