mirror of
https://github.com/Tribufu/TribufuJS
synced 2026-08-08 12:21:06 +00:00
Use nswag generator
This commit is contained in:
parent
332c0b2fa6
commit
b5d1e086f3
25 changed files with 3063 additions and 1456 deletions
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;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue