export interface AppInfoPayload { name: string; avatar: string; description: string; }