Skip to content

Commit

Permalink
fix: make display properties optional
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Apr 2, 2021
1 parent 82facfb commit f9ca9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/data1d/Datum1D.ts
Expand Up @@ -95,7 +95,7 @@ export interface Source {
export interface Datum1D {
id: string | number;
source: Partial<Source>;
display: Display;
display: Partial<Display>;
info: Partial<Info>;
originalInfo?: Partial<Info>;
meta: any;
Expand Down

0 comments on commit f9ca9e1

Please sign in to comment.