interface AddLabelRequest {
    title: string;
}

Properties

Properties

title: string