Interface HasId

default interface for types with an id

interface HasId {
    id: string;
}

Properties

Properties

id: string

the id