mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
feat: Add effect of smtp & withWrapperData
This commit is contained in:
@@ -114,6 +114,9 @@ export class Config<Type extends Record<string, any>, WD> {
|
||||
},
|
||||
}
|
||||
}
|
||||
withWrapperData<NewWrapperData extends WD>() {
|
||||
return this as any as Config<Type, NewWrapperData>
|
||||
}
|
||||
}
|
||||
|
||||
export function topConfig<WrapperData>() {
|
||||
|
||||
Reference in New Issue
Block a user