mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-04 16:04:45 +08:00
Added return type to addColumn()
This commit is contained in:
Vendored
+1
-1
@@ -67,7 +67,7 @@ declare module Sdk
|
||||
* Adds a column to the collection.
|
||||
* @param column The logical name of the attribute to add.
|
||||
*/
|
||||
addColumn( column: string );
|
||||
addColumn( column: string ): void;
|
||||
|
||||
/**
|
||||
* Adds a string array of column names.
|
||||
|
||||
Reference in New Issue
Block a user