export interface CreateApiKeyArgs { name: string; appId: string; primaryClientSecret?: string; secondaryClientSecret?: string; apiSpecPath?: string; applicableToApps?: string; targetAudience?: string; baseUrl?: string; } //# sourceMappingURL=createApiKeyArgs.d.ts.map