interface ListServerUserDataResponse {
    userData: string[];
}

Properties

Properties

userData: string[]