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