Interface iGetSIWBBRequestsForDeveloperAppSuccessResponse<T>

interface iGetSIWBBRequestsForDeveloperAppSuccessResponse<T extends NumberType> {
    pagination: PaginationInfo;
    siwbbRequests: iSIWBBRequestDoc<T>[];
}

Type Parameters

Implemented by

Properties

pagination: PaginationInfo
siwbbRequests: iSIWBBRequestDoc<T>[]
MMNEPVFCICPMFPCPTTAAATR