Agent Client Protocol - v0.4.6
    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 {
        _meta?: { [k: string]: unknown };
        audience?: null | Role[];
        lastModified?: null | string;
        priority?: null | number;
    }
    Index

    Properties

    _meta?: { [k: string]: unknown }

    Extension point for implementations

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