Agent Client Protocol - v0.2.0-alpha.8
    Preparing search index...

    Interface SessionMode

    UNSTABLE

    This type is not part of the spec, and may be removed or changed at any point.

    interface SessionMode {
        description?: null | string;
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    description?: null | string
    id: string
    name: string