UNPKG

@jadl/cmd

Version:
10 lines (9 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InteractionCommandResponse = void 0; class InteractionCommandResponse { constructor(data) { this.data = data; } } exports.InteractionCommandResponse = InteractionCommandResponse;