@nestjs-mod/webhook
Version:
Webhook module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction
19 lines • 949 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FindManyWebhookUserResponse = void 0;
const tslib_1 = require("tslib");
const swagger_1 = require("@nestjs-mod/swagger");
const swagger_2 = require("@nestjs/swagger");
const webhook_user_entity_1 = require("../generated/rest-dto/webhook-user.entity");
class FindManyWebhookUserResponse {
}
exports.FindManyWebhookUserResponse = FindManyWebhookUserResponse;
tslib_1.__decorate([
(0, swagger_2.ApiProperty)({ type: () => [webhook_user_entity_1.WebhookUser] }),
tslib_1.__metadata("design:type", Array)
], FindManyWebhookUserResponse.prototype, "webhookUsers", void 0);
tslib_1.__decorate([
(0, swagger_2.ApiProperty)({ type: () => swagger_1.FindManyResponseMeta }),
tslib_1.__metadata("design:type", swagger_1.FindManyResponseMeta)
], FindManyWebhookUserResponse.prototype, "meta", void 0);
//# sourceMappingURL=find-many-webhook-user-response.js.map