Protocols/room/PtlChangeState.ts

5 lines
88 B
TypeScript

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