/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

export type LabelData = {
    /**
     * The type of label
     */
    type?: string;
    /**
     * Information about this label
     */
    text?: string;
}
