UNPKG

@meisens1/lotr-sdk

Version:
10 lines (9 loc) 191 B
//model for Quotes class Quote { constructor(id, dialog, movie) { this.id = id; this.dialog = dialog; this.movie = movie; } } module.exports = Quote;