File size: 142 Bytes
f0743f4
 
 
 
 
 
1
2
3
4
5
6
7
import type { AuthType } from 'librechat-data-provider';

export type ApiKeyFormData = {
  apiKey: string;
  authType?: string | AuthType;
};