UNPKG

larvitorder

Version:
5 lines 170 B
export type Row = { uuid?: string; } & Record<string, string | number | (string | number)[]>; export type RowOptions = Partial<Row>; //# sourceMappingURL=row.d.ts.map