@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias AppSummary

    EXPERIMENTAL - app metadata summary for plugin responses.

    type AppSummary = {
        category: string | null;
        description: string | null;
        id: string;
        installUrl: string | null;
        name: string;
    }
    Index

    Properties

    category: string | null
    description: string | null
    id: string
    installUrl: string | null
    name: string