interface Label {
    createdAt: string;
    createdBy: Actor;
    id: string;
    labelType: LabelType;
    updatedAt: string;
    updatedBy: Actor;
    [k: string]: unknown;
}

Indexable

[k: string]: unknown

Properties

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

Generated using TypeDoc