We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4302356 commit c82c159Copy full SHA for c82c159
lib/annotations/Table.ts
@@ -3,7 +3,7 @@ import {setModelName, addOptions} from "../services/models";
3
import {IDefineOptions} from "../interfaces/IDefineOptions";
4
5
export function Table(options: IDefineOptions): Function;
6
-export function Table(target: any): void;
+export function Table(target: any): Function;
7
export function Table(arg: any): void|Function {
8
9
if (typeof arg === 'function') {
0 commit comments