Type alias LiveStatePatch

LiveStatePatch: {
    patch: any;
    version: number;
}

Type declaration

  • patch: any

    the json patch to be applied

  • version: number

    the version this patch is valid for

Generated using TypeDoc