Skip to content

Commit f270b53

Browse files
Allows setting param for model class getter as kind of description
1 parent 404ae4d commit f270b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import {Model} from "../model/model";
22

3-
export type ModelClassGetter = () => typeof Model;
3+
export type ModelClassGetter = (returns?: void) => typeof Model;

0 commit comments

Comments
 (0)