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

    Type Alias AppBranding

    EXPERIMENTAL - app metadata returned by app-list APIs.

    type AppBranding = {
        category: string | null;
        developer: string | null;
        isDiscoverableApp: boolean;
        privacyPolicy: string | null;
        termsOfService: string | null;
        website: string | null;
    }
    Index

    Properties

    category: string | null
    developer: string | null
    isDiscoverableApp: boolean
    privacyPolicy: string | null
    termsOfService: string | null
    website: string | null