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

    Interface GetGroupsAPIResponse

    Represents the backend response for user groups.

    interface GetGroupsAPIResponse {
        groups: Record<string, any>[];
        next_id: string;
        total: string;
    }
    Index

    Properties

    Properties

    groups: Record<string, any>[]
    next_id: string
    total: string