jamespot-user-api
    Preparing search index...

    Type Alias WithPartialExtensions<T, K>

    WithPartialExtensions: T & {
        _extend?: Partial<Pick<z.infer<typeof extendSchema>, K[number]>>;
    }

    Type Parameters

    • T extends object
    • K extends (keyof typeof extendSchema.shape)[]