Options
All
  • Public
  • Public/Protected
  • All
Menu

Module common/lib/types

Type aliases

AuthParams

BinaryBody

BinaryBody: Uint8Array | Buffer | Readable | ReadableStream | string | Blob

RequireOnlyOne

RequireOnlyOne<T, Keys>: Pick<T, Exclude<keyof T, Keys>> & object[Keys]

Type parameters

  • T

  • Keys: keyof T