Skip to content

Commit

Permalink
fix: make description optional
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Aug 30, 2024
1 parent dfd5f93 commit cf2e365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server-api/src/deltas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export interface Meta {

// Meta payload
export interface MetaValue {
description: string
description?: string
units?: string
example?: string
}
Expand Down

0 comments on commit cf2e365

Please sign in to comment.