Type alias GetResponse<T>

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

Type Parameters

  • T = unknown

Type declaration

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