3 lines
110 B
TypeScript
3 lines
110 B
TypeScript
import { ILiffData } from "../define/interface";
|
|
|
|
export type MsgGoToGame = [number, [ILiffData, ILiffData]] |