UNPKG

phaser4-rex-plugins

Version:
10 lines (9 loc) 187 B
export type QuestionType = { key?: string, [param: string]: any, options?: OptionsType[], } export type OptionsType = { key?: string, [param: string]: any, }