mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
arguments cannot be null
This commit is contained in:
Vendored
+1
-1
@@ -192,7 +192,7 @@ export interface OperationMemberType {
|
||||
/** The name of the operation. If a stringifier, may be null. */
|
||||
name: string | null;
|
||||
/** An array of arguments for the operation. */
|
||||
arguments: Argument[] | null;
|
||||
arguments: Argument[];
|
||||
/** A list of extended attributes. */
|
||||
extAttrs: ExtendedAttributes[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user