UNPKG

@cloudbase/types

Version:
10 lines (8 loc) 152 B
import { KV } from '.' export interface ICallContainerOptions { name: string data?: KV<any> method?: string path?: string header?: KV<any> }