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

    Interface Annotations

    Optional annotations for the client. The client can use annotations to inform how objects are used or displayed

    interface Annotations {
        audience?: null | Role[];
        lastModified?: null | string;
        priority?: null | number;
    }
    Index

    Properties

    audience?: null | Role[]
    lastModified?: null | string
    priority?: null | number