4 lines
120 B
TypeScript
4 lines
120 B
TypeScript
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
export interface Model {}
|
|
|
|
export type UUID = string;
|