mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-02 05:23:21 +00:00
feat: Add effect of smtp & withWrapperData
This commit is contained in:
@@ -103,4 +103,8 @@ export class Variants<Type, WD> {
|
||||
return variants
|
||||
}, validator)
|
||||
}
|
||||
|
||||
withWrapperData<NewWrapperData extends WD>() {
|
||||
return this as any as Variants<Type, NewWrapperData>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user