Interface iSearchUtilityListingsSuccessResponse<T>

interface iSearchUtilityListingsSuccessResponse<T extends NumberType> {
    docs: (undefined | iUtilityListingDoc<T>)[];
    pagination: { bookmark: string; hasMore: boolean };
}

Type Parameters

Hierarchy (View Summary, Expand)

Implemented by

Properties

Properties

docs: (undefined | iUtilityListingDoc<T>)[]
pagination: { bookmark: string; hasMore: boolean }
MMNEPVFCICPMFPCPTTAAATR