Permissions\_2
Home > @gooddata/sdk-code-convertors > Permissions_2
Permissions_2 type
Signature:
export type Permissions = {
[name: string]: {
all?: boolean;
users?: string[];
user_groups?: string[];
} | undefined;
};