/** * Options for requesting a refresh of entities in the catalog. */ export interface RefreshEntityRequest { authorizationToken?: string; /** * The reference to a single entity that should be refreshed */ entityRef: string; }