UNPKG

trm-core

Version:

TRM (Transport Request Manager) Core

13 lines (12 loc) 221 B
export type Question = { type: any; message: any; name: any; default?: any; validate?: any; choices?: any[]; when?: any; pageSize?: number; expanded?: boolean; postfix?: string; };