Skip to content

Commit

Permalink
Allow state to be a number
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jul 12, 2020
1 parent aa9e01a commit cc5cdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language-service/src/schemas/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export type Secret = string;
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface SecretTag {}

export type State = string;
export type State = number | string;
export type Template = string;

/**
Expand Down

0 comments on commit cc5cdfc

Please sign in to comment.