1
0
Fork 0
mirror of synced 2024-06-02 02:25:17 +12:00
budibase/packages/types/src/documents/app/user.ts
2022-05-20 21:16:29 +01:00

6 lines
108 B
TypeScript

import { Document } from "../document"
export interface UserMetadata extends Document {
roleId: string
}