class ActionAbstractimport { Action } from "https://deno.land/x/revoltio@v1.0.0/src/client/actions/Action.ts"; ConstructorsnewAction(client: Client)Methodsabstracthandle(data: unknown): Awaited<unknown | void>