declare class StateOfOpDisc {
    licenceDiscType?: string | null;
    licenceDiscDescription?: string | null;
    deletionMarker?: string | null;
}

export { StateOfOpDisc };
