ResolvedNameServiceNames: {
    data: string[];
    hasNextPage: boolean;
    nextCursor: string | null;
}

Type declaration

  • data: string[]
  • hasNextPage: boolean
  • nextCursor: string | null