export type HasDeleted = {
    /** Момент последнего удаления (помещения в корзину) */
    readonly deleted?: string;
};
