Add choral-membership
This commit is contained in:
6
types/generated/components.d.ts
vendored
6
types/generated/components.d.ts
vendored
@@ -3,16 +3,16 @@ import type { Schema, Struct } from '@strapi/strapi';
|
||||
export interface UserPermissions extends Struct.ComponentSchema {
|
||||
collectionName: 'components_user_permissions';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'permissions';
|
||||
icon: 'key';
|
||||
};
|
||||
attributes: {
|
||||
active: Schema.Attribute.Boolean;
|
||||
canRead: Schema.Attribute.Boolean;
|
||||
canWrite: Schema.Attribute.Boolean;
|
||||
module: Schema.Attribute.Enumeration<
|
||||
['information', 'chat', 'board', 'calendar', 'users']
|
||||
>;
|
||||
read: Schema.Attribute.Boolean;
|
||||
write: Schema.Attribute.Boolean;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user