SearchDataResponse: {
    category?: string;
    items?: SearchDataItemResponse[];
    totalCount?: number;
}

Type declaration

  • Optionalcategory?: string

    The resource type category of the items

  • Optionalitems?: SearchDataItemResponse[]

    List of the resources found

  • OptionaltotalCount?: number

    The total result count for the searched text