Interface iGetUtilityListingsSuccessResponse<T>

interface iGetUtilityListingsSuccessResponse<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