Summary representation of an application listed on a public user or developer profile.
const app: PublicAppSummary = { id: 'app_1', name: 'Focus Timer Pro', slug: 'focus-timer-pro', description: 'Pomodoro timer with cloud sync', requestCount: 12,}; Copy
const app: PublicAppSummary = { id: 'app_1', name: 'Focus Timer Pro', slug: 'focus-timer-pro', description: 'Pomodoro timer with cloud sync', requestCount: 12,};
Optional
Short description of the application.
CDN icon URL.
Application ID.
Display name of the application.
Total number of public feature requests for this application.
URL slug for the application.
Summary representation of an application listed on a public user or developer profile.
Example