export interface detailChangeType {
    checked: boolean;
    value: string;
    label: string;
}
