@nestjs/microservices
Version:
Nest - modern, fast, powerful node.js web framework (@microservices)
28 lines (27 loc) • 540 B
TypeScript
export declare const longPayload: {
_id: string;
index: number;
guid: string;
isActive: boolean;
balance: string;
picture: string;
age: number;
eyeColor: string;
name: string;
gender: string;
company: string;
email: string;
phone: string;
address: string;
about: string;
registered: string;
latitude: number;
longitude: number;
tags: string[];
friends: {
id: number;
name: string;
}[];
greeting: string;
favoriteFruit: string;
}[];