diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..c244ef7 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +static-validation-site diff --git a/setup.py b/setup.py index 8794490..899051a 100644 --- a/setup.py +++ b/setup.py @@ -14,5 +14,5 @@ name='seq-json-schema', packages=['seq-json-schema'], url='https://github.com/NASA-AMMOS/seq-json-schema', - version='1.0.17' + version='1.0.18' ) diff --git a/types.ts b/types.ts index c409c39..5ca6cd5 100644 --- a/types.ts +++ b/types.ts @@ -113,7 +113,6 @@ export interface SeqJson { * Hardware commands which are not interpreted by FSW and not part of any sequence. */ hardware_commands?: HardwareCommand[]; - [k: string]: unknown; } /** * A range of allowable variable values between a defined min and max, inclusive. min and max must be numbers