Skip to content

Commit

Permalink
Make plan property optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
allilevine committed Sep 20, 2024
1 parent 78590e1 commit 6663557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sites/src/site-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface MinimumSite {
is_redirect?: boolean;
updated_at?: string;
};
plan: {
plan?: {
product_name_short: string;
};
}

0 comments on commit 6663557

Please sign in to comment.