@witchcraft/spellcraft
    Preparing search index...

    Type Alias ErrorInfo<T>

    ErrorInfo: T extends ShortcutError ? ERROR_Info[T] : never

    Defines the properties attached to each error.

    Makes it easy to define the properties attached to each error by just allowing passing the error (regardless of error type) as T in [[KnownError]] and [[InternalError]].

    Type Parameters