interface RspGuard {
    success: boolean;
    error?: string;
}
