chat / client /src /common /tools.ts
helloya20's picture
Upload 2345 files
f0743f4 verified
import type { AuthType } from 'librechat-data-provider';
export type ApiKeyFormData = {
apiKey: string;
authType?: string | AuthType;
};