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

export type Label = {
    label?: string;
    create_time?: string;
    change_time?: string;
    relations?: Array<any>;
    status?: string;
}
