This commit is contained in:
Adria Navarro 2024-07-19 16:39:04 +02:00
parent 08a6ac3919
commit 6c67aaf3a0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import {
import { definitions } from "../../../automations/triggerInfo"
import automations from "."
type PersistedAutomation = Automation & {
interface PersistedAutomation extends Automation {
_id: string
_rev: string
}