Type alias ProjectRequest<P>

ProjectRequest<P>: FastifyRequest<{
    Params: P;
}>

Type Parameters

Generated using TypeDoc