UNPKG

@cmk/fe_utils

Version:
7 lines (6 loc) 139 B
export type DatabaseFieldDefinitionType = { name: string; data_type: string; is_id_field?: boolean; required?: boolean; };