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

    Interface CreateGroupAPIResponse

    Represents the backend response for new group creation.

    interface CreateGroupAPIResponse {
        group_id: string;
        status: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    group_id: string
    status: string