UNPKG

@innovatrics/dot-document-auto-capture

Version:
8 lines (7 loc) 364 B
import type { InstructionEscalatedEvent } from './common'; import type { SmileInstructionCode } from '../smile'; export declare enum SmileCustomEvent { INSTRUCTION_ESCALATED = "smile:instruction-escalated", STATUS_CHANGED = "smile-auto-capture:status-changed" } export type SmileInstructionEscalatedEvent = InstructionEscalatedEvent<SmileInstructionCode>;