UNPKG

wordnik-api

Version:

Community API for https://wordnik.com with types

18 lines (17 loc) 625 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class AudioMetadata { constructor(commentCount, createdBy, createdAt, id, word, duration, audioType, attributionText, attributionUrl, fileUrl) { this.commentCount = commentCount; this.createdBy = createdBy; this.createdAt = createdAt; this.id = id; this.word = word; this.duration = duration; this.audioType = audioType; this.attributionText = attributionText; this.attributionUrl = attributionUrl; this.fileUrl = fileUrl; } } exports.default = AudioMetadata;