import { DefineApiConfig } from './ApiConfig'; import { Runtime } from './Runtime'; export interface RequestOption { runtime: Runtime; config: DefineApiConfig; }