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