Skip to content

Commit

Permalink
Just a mini-edit to start the PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Aug 29, 2023
1 parent 87f9ff6 commit 2621479
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/structure/shapes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ export interface XYZ {
z: number;
}

export interface BaseShapeData {
kind: string;
settings: {};
atom_settings: {};
}

export interface SphereData {
kind: 'sphere';
radius: number;
Expand Down

0 comments on commit 2621479

Please sign in to comment.