Documentation
    Preparing search index...

    Interface InvalidCastErrorOptions

    interface InvalidCastErrorOptions {
        cause?: unknown;
        targetType?: TypeId;
        valueType?: TypeId;
    }

    Hierarchy

    • ErrorOptions
      • InvalidCastErrorOptions
    Index

    Properties

    cause?: unknown
    targetType?: TypeId
    valueType?: TypeId