mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
Remove trailing whitespaces
This commit is contained in:
Vendored
+2
-2
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module tv4 {
|
||||
|
||||
|
||||
// Note that every top-level property is optional in json-schema
|
||||
export interface JsonSchema {
|
||||
[key: string]: any;
|
||||
@@ -15,7 +15,7 @@ declare module tv4 {
|
||||
type?: string;
|
||||
items?: any;
|
||||
properties?: any;
|
||||
patternProperties?: any;
|
||||
patternProperties?: any;
|
||||
additionalProperties?: boolean;
|
||||
required?: string[];
|
||||
definitions?: any;
|
||||
|
||||
Reference in New Issue
Block a user