Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/deps/types.ts>Mutable

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
type alias Mutable
Deprecated
Deprecated

@see Writable

import { type Mutable } from "https://deno.land/x/actionify@0.3.0/src/deps/types.ts";

Type Parameters

BaseType
optional
Keys extends keyof BaseType = keyof BaseType
deprecated
definition: Writable<BaseType, Keys>