interface SaveFeaturesPayload {
    actions: SerializedAction;
    name?: string;
}

Properties

Properties

name?: string