@adviser/cement - v0.0.0
    Preparing search index...

    Interface PurPollAbortActionResult

    interface PurPollAbortActionResult {
        state: "aborted";
        reason: unknown;
    }
    Index

    Properties

    Properties

    state: "aborted"
    reason: unknown