OpenClaw-Worker-Storage / extensions /channels /node_modules /http-response-object /lib /headers.d.ts
| export declare type Headers = { | |
| readonly [name: string]: string | string[]; | |
| }; | |
| export declare type Headers = { | |
| readonly [name: string]: string | string[]; | |
| }; | |