Skip to content

Commit 126c633

Browse files
fix: support dev preview commands
1 parent 0911035 commit 126c633

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export type CommandData = {
113113
isClosedPilotCommand: boolean;
114114
isOpenPilotCommand: boolean;
115115
isBetaCommand: boolean;
116+
isPreviewCommand: boolean;
116117
deprecated: boolean;
117118
trailblazerCommunityUrl?: string;
118119
trailblazerCommunityName?: string;

0 commit comments

Comments
 (0)