export interface GetUserInfoRequest {
    UserId?: number;
}
