@yedyyew/auth-contracts
v1.0.8
Published
Shared contracts for auth-service (RabbitMQ, NestJS)
Readme
📦 @yedyyew/auth-contracts
Shared contracts for auth-service (RabbitMQ, NestJS)
Installation
npm i @yedyyew/auth-contractsUsage
import {
AUTH_PATTERNS,
AuthPingRequest,
AuthPingResponse,
} from "@yedyyew/auth-contracts";
this.client.send<AuthPingResponse, AuthPingRequest>(AUTH_PATTERNS.PING, {
from: "gateway",
at: Date.now(),
});