mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(core): Add filtering, selection and pagination to users (#6994)
https://linear.app/n8n/issue/PAY-646
This commit is contained in:
@@ -772,9 +772,7 @@ export interface PublicUser {
|
||||
disabled: boolean;
|
||||
settings?: IUserSettings | null;
|
||||
inviteAcceptUrl?: string;
|
||||
}
|
||||
|
||||
export interface CurrentUser extends PublicUser {
|
||||
isOwner?: boolean;
|
||||
featureFlags?: FeatureFlags;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user