refactor(core): Extract Worfklow import request payload into a DTO (#12441)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-01-03 12:19:09 +01:00
committed by GitHub
parent b1940268e6
commit 1d3cb9f5ac
6 changed files with 152 additions and 13 deletions

View File

@@ -69,6 +69,4 @@ export declare namespace WorkflowRequest {
{},
{ destinationProjectId: string }
>;
type FromUrl = AuthenticatedRequest<{}, {}, {}, { url?: string }>;
}