/**
 * оповещения
 */
export type PermissionAlerts = {
    alerts?: Array<string>;
};
