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

Indexable

Methods

Methods