export type HasUpdated = {
    /** Момент последнего обновления */
    readonly updated: string;
};
