utilitypes-ts
    Preparing search index...

    Type Alias CustomTypeErrorData<T>

    CustomTypeErrorData: T extends CustomTypeError<infer Data> ? Data : never

    Type Parameters