Files
Desktop/ts/types/WebAPI.d.ts
2025-10-06 12:23:41 -07:00

5 lines
164 B
TypeScript

// Copyright 2025 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
export type HeaderListType = { [name: string]: string | ReadonlyArray<string> };