interface GetEntityParams {
    expand?: string[];
}
interface EntityDataParams {
    name?: string;
    featureId: string;
}

export type { EntityDataParams as E, GetEntityParams as G };
