/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Response to an API call that returns just an Id */ export type IdResponse = { /** * The id of the newly created object. */ Id: string; };