Documentation
    Preparing search index...

    Interface DmOk

    Generic boolean acknowledgement used by dm.unsubscribe.

    interface DmOk {
        ok: boolean;
    }
    Index

    Properties

    Properties

    ok: boolean