/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Id = { /** * ID of the entity. */ id?: string; }