UNPKG

@voiceflow/google-types

Version:
9 lines 331 B
import type { BuiltinSlot } from '@voiceflow/common'; export declare enum SlotType { DATE = "actions.type.Date", TIME = "actions.type.Time", NUMBER = "actions.type.Number", DATE_TIME = "actions.type.DateTime" } export declare const BUILT_IN_SLOTS: BuiltinSlot<SlotType, never>[]; //# sourceMappingURL=slots.d.ts.map