@brewww/authentication-service
Version:
Authenticator service for Brew projects.
11 lines • 544 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ResetPasswordCreatedEvent = void 0;
const openapi = require("@nestjs/swagger");
class ResetPasswordCreatedEvent {
static _OPENAPI_METADATA_FACTORY() {
return { resetLink: { required: true, type: () => String }, emailAddress: { required: true, type: () => String }, locale: { required: false, type: () => String } };
}
}
exports.ResetPasswordCreatedEvent = ResetPasswordCreatedEvent;
//# sourceMappingURL=reset-password-created-event.dto.js.map