UNPKG

mframejs

Version:
12 lines (11 loc) 240 B
export interface IFetchConfig { defaultUrl?: string; body?: any; cache?: string; credentials?: string; headers?: Object; method?: string; mode?: string; redirect?: string; referrer?: string; }