Interface UnregistrationParams

interface UnregistrationParams {
    unregisterations: Unregistration[];
}

Properties

Properties

unregisterations: Unregistration[]