mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-22 13:28:14 +08:00
4 lines
83 B
TypeScript
4 lines
83 B
TypeScript
export declare type Headers = {
|
|
readonly [name: string]: string | string[];
|
|
};
|