Type alias TypedConstructorOptions

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

Type declaration

  • Optional type?: string

Generated using TypeDoc