Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface RevokeOutput

    interface RevokeOutput {
        revoked: boolean;
        sessionId: string | null;
    }
    Index

    Properties

    Properties

    revoked: boolean
    sessionId: string | null