Type alias ModelUpdateEventType<T>

ModelUpdateEventType<T>: [T] extends [Record<string, any>] ? Partial<T> : T

The event-value-type for the model update event

Type Parameters

  • T

    the type of the model to be handled

Generated using TypeDoc