Skip to content

Commit

Permalink
Update baseshapedata
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Aug 29, 2023
1 parent 2621479 commit d68c1a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/structure/shapes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export interface XYZ {
export interface BaseShapeData {
kind: string;
settings: {};
atom_settings: {};
frame_settings: undefined | {};
atom_settings: undefined | {};
}

export interface SphereData {
Expand Down

0 comments on commit d68c1a2

Please sign in to comment.