Interface iGetApplicationsSuccessResponse<T>

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

Type Parameters

Hierarchy (View Summary, Expand)

Implemented by

Properties

Properties

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