mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 20:24:47 +00:00
chore: Update the types of config
This commit is contained in:
@@ -4,7 +4,10 @@ import { Utils, utils } from "../util"
|
||||
|
||||
export class CreatedAction<
|
||||
WrapperData,
|
||||
ConfigType extends Record<string, any> | Config<any, any>,
|
||||
ConfigType extends
|
||||
| Record<string, any>
|
||||
| Config<any, WrapperData>
|
||||
| Config<any, never>,
|
||||
Type extends Record<string, any> = ExtractConfigType<ConfigType>,
|
||||
> {
|
||||
private constructor(
|
||||
|
||||
Reference in New Issue
Block a user