Skip to main content
Module

x/composable/deps.ts>LocalActivityCommand

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Very Popular
Go to Latest
interface LocalActivityCommand
implements CommandBase
import { type LocalActivityCommand } from "https://deno.land/x/composable@1.27.3/deps.ts";

Type Parameters

optional
TResult = unknown
optional
TArgs extends Arg = Arg

Properties

name: "local_activity"
optional
args: [...TArgs]
fn: (...args: [...TArgs]) => PromiseOrValue<TResult>