export interface ValidateOaRequest { miniAppId: string; oaId: string; } export interface ValidateOaResponse { error: number; message: string; }