interface IValidateCredentialService { execute: (apiKey: string) => Promise; } export type { IValidateCredentialService };