export interface ValidateAppNameRequest { name: string; } export interface ValidateAppNameResponse { error: number; message: string; }