interface LabelCreate {
    name: string;
    prefix: string;
}

Hierarchy

  • Record<string, unknown>
    • LabelCreate

Properties

Properties

name: string

The name of the label, which will be shown in the UI.

prefix: string

The prefix for the label. global, my team, etc.