export interface SublabelMappingEntryRequest {
    'name': string;
    'attributes'?: {
        [key: string]: string;
    };
}
