feat: Add effect of smtp & withWrapperData

This commit is contained in:
BluJ
2023-05-02 15:34:49 -06:00
parent 23994a6587
commit 27145c3974
5 changed files with 27 additions and 2 deletions

View File

@@ -103,4 +103,8 @@ export class Variants<Type, WD> {
return variants
}, validator)
}
withWrapperData<NewWrapperData extends WD>() {
return this as any as Variants<Type, NewWrapperData>
}
}