Type Parameters

  • T

Hierarchy

  • Items

Properties

message: {
    items: T[];
    itemsPerPage: number;
    query: {
        searchTerms: null | string;
        startIndex: number;
    };
    totalResults: number;
}

Type declaration

  • items: T[]
  • itemsPerPage: number
  • query: {
        searchTerms: null | string;
        startIndex: number;
    }
    • searchTerms: null | string
    • startIndex: number
  • totalResults: number
messageType: string
messageVersion: string
status: string

Generated using TypeDoc