Skip to content

Commit

Permalink
chore: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Apr 8, 2024
1 parent 831d0e4 commit 873e203
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions dist/js/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/** Schema dist/js/schema/3pse/db/nist_jarvis/2024.3.13/atoms.json */

export interface NISTJARVISDbEntryAtomsKeySchemaBasedOnHttpsFigshareComArticlesDatasetMonolayerDataForHeterostructure22344571 {
/**
* NIST J.A.R.V.I.S. db entry `atoms` key schema. Based on https://figshare.com/articles/dataset/Monolayer_data_for_heterostructure/22344571
*/
export interface NISTJARVISAtomsSchema {
/**
* Crystal lattice vectors as a 3x3 matrix, in Angstroms
*
Expand Down Expand Up @@ -42,7 +45,13 @@ export interface NISTJARVISDbEntryAtomsKeySchemaBasedOnHttpsFigshareComArticlesD

/** Schema dist/js/schema/3pse/db/nist_jarvis/2024.3.13/db_entry.json */

export interface NISTJARVISDbEntrySchemaBasedOnHttpsFigshareComArticlesDatasetMonolayerDataForHeterostructure22344571 {
/**
* NIST J.A.R.V.I.S. db entry `atoms` key schema. Based on https://figshare.com/articles/dataset/Monolayer_data_for_heterostructure/22344571
*/
export interface NISTJARVISAtomsSchema {
/**
* NIST J.A.R.V.I.S. db entry `atoms` key schema. Based on https://figshare.com/articles/dataset/Monolayer_data_for_heterostructure/22344571
*/
atoms?: {
/**
* Crystal lattice vectors as a 3x3 matrix, in Angstroms
Expand Down

0 comments on commit 873e203

Please sign in to comment.