mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-17 02:54:18 +00:00
Use nswag generator
This commit is contained in:
11
src/http/headers.ts
Normal file
11
src/http/headers.ts
Normal file
@ -0,0 +1,11 @@
|
||||
// Copyright (c) Tribufu. All Rights Reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
/**
|
||||
* Http Headers
|
||||
*
|
||||
* Helper type to represent HTTP headers.
|
||||
*/
|
||||
export type HttpHeaders = {
|
||||
[key: string]: string;
|
||||
};
|
Reference in New Issue
Block a user