UNPKG

@salla.sa/twilight-components

Version:
12 lines (11 loc) 219 B
export interface Field { id: string; name: string; type: "number" | "text" | "date" | "url" | "file"; value: string | number | Date; } export interface Specs { id: string; name: string; fields: Field[]; }