Package version:

interface GroupBodyParam {
    body?: {
        faceIds: {};
    };
}

Properties

Properties

body?: {
    faceIds: {};
}

Type declaration

  • faceIds: {}