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

    Interface CreateSubGroupAPIResponse

    Represents the backend response for new sub-group creation.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    group_id: string
    status: string