export interface LocationUpdatedEventData { /** Name of the affected object’s type, `"location"`. */ type?: string | null; /** ID of the updated [Location](entity:Location). */ id?: string; }