interface TypedResponse<T> {
    json(): Promise<T>;
}

Type Parameters

  • T

Hierarchy

Methods

Methods