Type Alias TableSchema

TableSchema: { [key: string]: { required: boolean; type: typeof Any } }

Type declaration

  • [key: string]: { required: boolean; type: typeof Any }