export interface ReqChangeState { state: number; } export type ResChangeState = number