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