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

    Type Alias AppMetadata

    type AppMetadata = {
        categories: string[] | null;
        developer: string | null;
        firstPartyRequiresInstall: boolean | null;
        firstPartyType: string | null;
        review: AppReview | null;
        screenshots: AppScreenshot[] | null;
        seoDescription: string | null;
        showInComposerWhenUnlinked: boolean | null;
        subCategories: string[] | null;
        version: string | null;
        versionId: string | null;
        versionNotes: string | null;
    }
    Index

    Properties

    categories: string[] | null
    developer: string | null
    firstPartyRequiresInstall: boolean | null
    firstPartyType: string | null
    review: AppReview | null
    screenshots: AppScreenshot[] | null
    seoDescription: string | null
    showInComposerWhenUnlinked: boolean | null
    subCategories: string[] | null
    version: string | null
    versionId: string | null
    versionNotes: string | null