Add support for notice annotation and additional properties

This commit is contained in:
Luke Tomlinson
2021-07-02 15:03:21 -04:00
parent 4564768940
commit fe097332a7
3 changed files with 96 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import {toCommandValue} from './utils'
// We use any as a valid input type
/* eslint-disable @typescript-eslint/no-explicit-any */
interface CommandProperties {
export interface CommandProperties {
[key: string]: any
}