// eslint-disable-next-line @typescript-eslint/no-empty-interface export interface Model {} export type UUID = string;