UNPKG

bir1

Version:
6 lines (5 loc) 174 B
export type QueryOptions = { headers?: Record<string, string>; body: string; }; export declare function query(prod: boolean, options: QueryOptions): Promise<string>;