Type Alias GetResponse<T>

GetResponse: { accountId: Id; list: T[]; notFound: Id[]; state: string }

RFC 8620 (5.1) - https://datatracker.ietf.org/doc/html/rfc8620#section-5.1 can return error requestTooLarge

Type Parameters

  • T = unknown

Type declaration

  • accountId: Id
  • list: T[]
  • notFound: Id[]
  • state: string