bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iGetDeveloperAppsSuccessResponse<T>

    interface iGetDeveloperAppsSuccessResponse<T extends NumberType> {
        developerApps: iDeveloperAppDoc<T>[];
        pagination: PaginationInfo;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    developerApps: iDeveloperAppDoc<T>[]
    pagination: PaginationInfo