export interface IModel {
    readonly id?: string;
}
