/**
 * Generic Mini app Response object
 */
export interface MiniAppResponseInfo {
    title?: string;
    description?: string;
}
