export interface UserInfo {
    ip: string;
}
