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

    Function PrivateApplicationResponse

    • Parameters

      • id: `${bigint}`
      • name: string
      • icon: string | null
      • description: string
      • type: GUILD_ROLE_SUBSCRIPTIONS | null
      • verify_key: string
      • flags: number
      • flags_new: string
      • redirect_uris: string[]
      • interactions_endpoint_url: string | null
      • role_connections_verification_url: string | null
      • owner: UserResponse
      • approximate_guild_count: number
      • approximate_user_install_count: number
      • approximate_user_authorization_count: number
      • explicit_content_filter: ApplicationExplicitContentFilterTypes
      • team: TeamResponse | null
      • Optionaloptional: Omit<
            PrivateApplicationResponse,
            | "id"
            | "name"
            | "type"
            | "description"
            | "icon"
            | "verify_key"
            | "flags"
            | "flags_new"
            | "explicit_content_filter"
            | "owner"
            | "redirect_uris"
            | "interactions_endpoint_url"
            | "role_connections_verification_url"
            | "approximate_guild_count"
            | "approximate_user_install_count"
            | "approximate_user_authorization_count"
            | "team",
        >

      Returns PrivateApplicationResponse