interface Label {
    id?: string;
    name?: string;
    prefix?: string;
}

Hierarchy

  • Record<string, unknown>
    • Label

Properties

Properties

id?: string

ID of the label.

name?: string

Name of the label.

prefix?: string

Prefix of the label.