oak-general-business/es/types/datatype.d.ts

3 lines
78 B
TypeScript

export type StringListJson = string[];
export type NumberListJson = number[];