UpdateVariableAttributes

UpdateVariableAttributes

TypeScript Type Alias

Definition

type UpdateVariableAttributes = Omit<Extract<UpdateVariable, { type: T["type"]; }>, "type">

Methods & Properties