interface SaveFeaturesBulkPayload {
    actionSets: ActionSets;
    name?: string;
}

Properties

Properties

actionSets: ActionSets
name?: string