interface Label {
    createdAt: string;
    createdBy: Actor;
    id: string;
    labelType: LabelType;
    updatedAt: string;
    updatedBy: Actor;
}

Properties

createdAt: string
createdBy: Actor
id: string
labelType: LabelType
updatedAt: string
updatedBy: Actor

Generated using TypeDoc