UNPKG

@larksuiteoapi/core

Version:
12 lines 286 B
export declare class Context { private m; constructor(); get(key: string): any; set(key: string, value: any): void; getHeader(): { [key: string]: any; }; getRequestID(): string; getHTTPStatusCode(): number; } //# sourceMappingURL=context.d.ts.map