Update deps, enforce return type.
This commit is contained in:
@@ -24,7 +24,7 @@ export enum SchemaTypes {
|
||||
ServerMetaSchema = 'ServerMetaSchema'
|
||||
}
|
||||
|
||||
function getSchemaFileName(typeName: string) {
|
||||
function getSchemaFileName(typeName: string): string {
|
||||
return `${typeName}.schema.json`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user