LWWState<P>: {
    [Property in keyof P]: LWWRegister<P[Property] | typeof SYMBOL_FOR_DELETED>["state"]
}

Type Parameters

  • P