open-nav
    Preparing search index...

    Type Alias RequestBody<T>

    RequestBody: Omit<T, "header" | "user" | "software">

    A request body with the parts the client fills in removed.

    Deriving these from the generated request types means there is no hand-maintained parameter list to fall out of step with the schema.

    Type Parameters

    • T