@xmcp-dev/better-auth
Version:
Better Auth integration for xmcp
11 lines • 373 B
TypeScript
import { BetterAuthConfig, EmailAndPassword } from "./types.js";
export interface ResponseConfig {
providers: {
emailAndPassword?: EmailAndPassword;
google?: {
enabled: boolean;
};
};
}
export declare function processProvidersResponse(providers: BetterAuthConfig["providers"]): ResponseConfig;
//# sourceMappingURL=utils.d.ts.map