@typed-discord/rest
    Preparing search index...

    Interface IntegrationApplicationResponse

    interface IntegrationApplicationResponse {
        bot?: UserResponse;
        cover_image?: string;
        description: string;
        icon: string | null;
        id: `${bigint}`;
        name: string;
        primary_sku_id?: `${bigint}`;
        type: GUILD_ROLE_SUBSCRIPTIONS | null;
    }
    Index

    Properties

    cover_image?: string
    description: string
    icon: string | null
    id: `${bigint}`
    name: string
    primary_sku_id?: `${bigint}`