feat: add views and viewSorts tables (#1131)
* feat: add views table Closes #1120 * feat: add viewSorts table Closes #1120
This commit is contained in:
@ -18,6 +18,8 @@ import {
|
||||
PipelineProgress,
|
||||
UserSettings,
|
||||
ViewField,
|
||||
View,
|
||||
ViewSort,
|
||||
} from '@prisma/client';
|
||||
|
||||
import { AbilityAction } from './ability.action';
|
||||
@ -37,7 +39,9 @@ type SubjectsAbility = Subjects<{
|
||||
PipelineProgress: PipelineProgress;
|
||||
Attachment: Attachment;
|
||||
UserSettings: UserSettings;
|
||||
View: View;
|
||||
ViewField: ViewField;
|
||||
ViewSort: ViewSort;
|
||||
}>;
|
||||
|
||||
export type AppAbility = PureAbility<
|
||||
|
||||
Reference in New Issue
Block a user