interface RootResponse {
    element: string;
    userData: UserBody;
}

Properties

Properties

element: string
userData: UserBody