export interface DeleteOAuthCredentialRequest { credentialId: number; } export interface DeleteOAuthCredentialResponse { credentialId: number; }