FROST Hubert TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Interface ParticipantAddResult

    Result of the participant add command.

    interface ParticipantAddResult {
        outcome: AddOutcome;
    }
    Index

    Properties

    Properties

    outcome: AddOutcome