Remix Utils - v9.0.0
    Preparing search index...

    Interface RespondToHandlers

    interface RespondToHandlers {
        default(): Response | Promise<Response>;
        [key: string]: () => Response | Promise<Response>;
    }

    Indexable

    Index

    Methods

    Methods