refactor(editor): Migrate sso to @n8n/rest-api-client (no-changelog) (#16145)

This commit is contained in:
Alex Grozav
2025-06-10 09:02:54 +02:00
committed by GitHub
parent 9cf7293990
commit 00083d5ed6
6 changed files with 13 additions and 12 deletions

View File

@@ -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;