UNPKG

autumn-js

Version:

Autumn JS Library

15 lines (13 loc) 289 B
interface CreateEntityParams { id: string; name?: string; featureId: string; } interface GetEntityParams { expand?: string[]; } interface EntityDataParams { name?: string; featureId: string; } export type { CreateEntityParams, EntityDataParams, GetEntityParams };