channelCategoryUserPermission
channelCategoryUserPermission: {
categoryId: number;
createdAt: string;
permissions: {
[key: string]: boolean;
};
updatedAt?: string;
userId: string;
}
Type declaration
categoryId: number
createdAt: string
permissions: {
[key: string]: boolean;
}
Optional
updatedAt?: string
userId: string
Description
The ID of the category