export type HasCreated = {
    /** Дата создания сущности */
    readonly created: string;
};
