export interface CodeListValueInterface {
    id: string;
    bez?: string;
    'fa-icon'?: string;
    'fa-color'?: string;
}
