Skip to content

Commit

Permalink
fix: add optional isSecret prop to variable elemnt (COR-3275) (#539)
Browse files Browse the repository at this point in the history
<!-- You can erase any parts of this template not applicable to your Pull Request. -->

**Fixes or implements COR-3275**
  • Loading branch information
viniciusdacal committed Sep 18, 2024
1 parent 9230c46 commit 4310d95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/base-types/src/text/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export interface VariableElement extends Element {
id: string;
name: string;
isSlot?: boolean;
isSecret?: boolean;
}

export type AnyElement = Element | LinkElement | VariableElement;
Expand Down

0 comments on commit 4310d95

Please sign in to comment.