Files
Desktop/ts/types/WebAPI.d.ts
T

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> };