third-party-ids.ts 92 B

123
  1. export type ThirdPartyId = string
  2. export type ThirdPartyIds = Record<string, ThirdPartyId>