const config = useRuntimeConfig() export const apiBase = config.public.apiBase export type ApiTypeBase = { count: number; next?: any; previous?: any; results: any[]; } export type ApiTypeExternalPartners = { 'НаименованиеПолное': string; Description: string; Ref_Key: string; }