fix: format config is optional
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com> Signed-off-by: Gabriel Dugny <gabriel@dugny.me>
This commit is contained in:
@@ -33,7 +33,7 @@ export interface Config {
|
||||
* The format of the definition.
|
||||
* @defaultValue json
|
||||
*/
|
||||
definitionFormat: 'json' | 'yaml';
|
||||
definitionFormat?: 'json' | 'yaml';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user