This commit is contained in:
@@ -98,3 +98,11 @@ export type ImplementsStatic<Exp extends TraitExpression<any, any>> = (
|
||||
SimplifyFn,
|
||||
]>
|
||||
)
|
||||
|
||||
export type TraitExpressionClass<Exp extends TraitExpression<any, any>> = (
|
||||
|
||||
)
|
||||
|
||||
export type TraitExpressionInstance<Exp extends TraitExpression<any, any>> = (
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user