Skip to content

Commit

Permalink
chore: make appId and environmentName optional for StudioView
Browse files Browse the repository at this point in the history
  • Loading branch information
Hein Jeong committed Aug 11, 2022
1 parent 92eb2b2 commit b2aaf86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/codegen-ui/lib/types/view/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import { ViewStyle } from './style';
import { ColumnsMap } from './table';

export interface StudioView {
appId: string;
appId?: string;
dataSource: ViewDataTypeConfig;
environmentName: string;
environmentName?: string;
id: string;
name: ViewName;
schemaVersion: string;
Expand Down

0 comments on commit b2aaf86

Please sign in to comment.