mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
refactor(editor): Migrate sso to @n8n/rest-api-client (no-changelog) (#16145)
This commit is contained in:
@@ -1368,11 +1368,6 @@ export type ExecutionsQueryFilter = {
|
||||
vote?: ExecutionFilterVote;
|
||||
};
|
||||
|
||||
export type SamlPreferencesExtractedData = {
|
||||
entityID: string;
|
||||
returnUrl: string;
|
||||
};
|
||||
|
||||
export declare namespace Cloud {
|
||||
export interface PlanData {
|
||||
planId: number;
|
||||
|
||||
Reference in New Issue
Block a user