Skip to main content

BaseCreateRequest

Base interface for all create edit requests.

Extends

Extended by

Properties

tempId?

optional tempId: string

The temporary ID of the edit request (optional). This is used to identify the edit request before having a local id (e.g. when chaining requests).

Inherited from

BaseEditRequest . tempId


type

type: EditRequestType

The type of the edit request.

Inherited from

BaseEditRequest . type