UNPKG

autumn-js

Version:

Autumn JS Library

10 lines (8 loc) 188 B
interface GetEntityParams { expand?: string[]; } interface EntityDataParams { name?: string; featureId: string; } export type { EntityDataParams as E, GetEntityParams as G };