StatePatchOf<SB>: {
    [K in keyof SB]?: PatchStateOf<SB[K]>
} & {
    descriptor?: PatchStateOf<typeof DescriptorBehavior>;
}

Patch input version of StateOf.

Type Parameters