Type Alias HasId

HasId: {
    id: string;
}

Models an object that has an ID

Version :