Type Alias TypedConstructorOptions

TypedConstructorOptions: {
    type?: string;
} & Record<string, unknown>