export type OPermissions = {
    attr: string;
    visible: boolean;
    enabled: boolean;
};
