"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.InteractionCommandResponse = void 0;
class InteractionCommandResponse {
constructor(data) {
this.data = data;
}
}
exports.InteractionCommandResponse = InteractionCommandResponse;