export interface ILabelParams { readonly id: string; readonly key: string; readonly value: string; }