Undo
This commit is contained in:
parent
08a6ac3919
commit
6c67aaf3a0
|
@ -11,7 +11,7 @@ import {
|
|||
import { definitions } from "../../../automations/triggerInfo"
|
||||
import automations from "."
|
||||
|
||||
type PersistedAutomation = Automation & {
|
||||
interface PersistedAutomation extends Automation {
|
||||
_id: string
|
||||
_rev: string
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue