PokéRogue
    Preparing search index...

    Type Alias ErrorType<Msg>

    ErrorType: Error & Msg

    An invalid type with a custom error message.
    Exists solely to display IDE errors in a non-distributive way, and is functionally useless for practical purposes.

    Type Parameters

    • Msg extends string