Interface iGetSIWBBRequestsForDeveloperAppSuccessResponse<T>

interface iGetSIWBBRequestsForDeveloperAppSuccessResponse<T> {
    pagination: PaginationInfo;
    siwbbRequests: iSiwbbChallenge<T>[];
}

Type Parameters

Implemented by

Properties

pagination: PaginationInfo
siwbbRequests: iSiwbbChallenge<T>[]