Interface DataRemovalStatus

interface DataRemovalStatus {
    ID: number;
    Status: DataRemovalStatusTypes;
}

Properties

Properties

ID: number