Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alfredo/lib/alfredo/output/types.d.ts>ActionType

Your Alfred workflows on steroids with Deno
Latest
type alias ActionType
import { type ActionType } from "https://deno.land/x/alfredo@0.4.3/lib/alfredo/output/types.d.ts";
definition: { text?: string | string[]; url?: string; file?: string; auto?: string; }