Skip to content

Commit c82c159

Browse files
author
Danlock
authored
1 parent 4302356 commit c82c159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/annotations/Table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {setModelName, addOptions} from "../services/models";
33
import {IDefineOptions} from "../interfaces/IDefineOptions";
44

55
export function Table(options: IDefineOptions): Function;
6-
export function Table(target: any): void;
6+
export function Table(target: any): Function;
77
export function Table(arg: any): void|Function {
88

99
if (typeof arg === 'function') {

0 commit comments

Comments
 (0)