Response to an API call that returns just an Id IdResponse

interface IdResponse {
    Id: string;
}

Properties

Properties

Id: string

The id of the newly created object.