interface SaveSuggestionsPayload {
    actions: SerializedActionWithGroupId;
    description: string;
}

Properties

Properties

description: string