UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

6 lines (5 loc) 206 B
export var ActionType; (function (ActionType) { ActionType["OPEN_URL"] = "open_url"; })(ActionType || (ActionType = {})); export const isOpenURLAction = (action) => action.type === ActionType.OPEN_URL;