interface DeprecationData {
    id: string;
    visible: boolean;
}

Properties

Properties

id: string
visible: boolean