ProjectionPatch<S>: Readonly<Patch<S> & ({
    id: string;
} | {
    where: ProjectionWhere<S>;
})>

A partial state applied to a record id or a filter

Type Parameters

Generated using TypeDoc