@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface GetGroupsResponse

    Represents the processed paginated response for user groups.

    interface GetGroupsResponse {
        groups: ESPRMGroup[];
        nextId: string;
        total: string;
    }
    Index

    Properties

    Properties

    groups: ESPRMGroup[]
    nextId: string
    total: string