Object with string id

interface WithId {
    id: string;
}

Properties

Properties

id: string