interface Label {
    id: number;
    isSystem?: boolean;
    title: string;
}

Properties

Properties

id: number
isSystem?: boolean
title: string