export interface ValidateServiceProviderAccountRequest { /** * Object containing the fields required for the service provider. */ fields: string; /** * ID of the service provider. */ type: string; } //# sourceMappingURL=ValidateServiceProviderAccountRequest.d.ts.map