checkConfigValid.d.ts 88 B

1
  1. export declare const checkConfigValid: (conf: any, key: 'endpoint' | 'region') => void;