Interface SetRequest<EntityType>

Type Parameters

  • EntityType

Hierarchy

  • SetRequest

Indexable

[key: string]: any

Properties

create: Record<string, Partial<EntityType>>
destroy: string[]
ifInstate?: string
update: Record<string, Partial<EntityType>>

Generated using TypeDoc