1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00
budibase/packages/types/src/documents/app/role.ts
2022-05-31 21:04:41 +01:00

7 lines
125 B
TypeScript

import { Document } from "../document"
export interface Role extends Document {
permissionId: string
inherits: string
}