mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor: Add dto for POST /credentials endpoint (#13306)
This commit is contained in:
@@ -147,8 +147,6 @@ export declare namespace CredentialRequest {
|
||||
isManaged?: boolean;
|
||||
}>;
|
||||
|
||||
type Create = AuthenticatedRequest<{}, {}, CredentialProperties>;
|
||||
|
||||
type Get = AuthenticatedRequest<{ credentialId: string }, {}, {}, Record<string, string>>;
|
||||
|
||||
type GetMany = AuthenticatedRequest<{}, {}, {}, ListQuery.Params & { includeScopes?: string }> & {
|
||||
|
||||
Reference in New Issue
Block a user