type ExecutionType = "automatic" | "interaction";

export type { ExecutionType as default };
