hipthrusts - v1.2.0
    Preparing search index...

    Type Alias PreAuthorizeDepsMet<T>

    PreAuthorizeDepsMet: IntersectProperties<
        {
            [P in keyof Parameters<T["preAuthorize"]>[0]]: ReturnedTypeUpToPreAuthorize<
                Parameters<T["preAuthorize"]>[0][P],
                P,
            >
        },
    >

    Type Parameters