UNPKG

@chayns-components/person-finder

Version:

A set of beautiful React components for developing your own applications with chayns.

12 lines (11 loc) 286 B
interface GetFriendsResult { creationTime: Date; firstName: string; fullName: string; lastName: string; personId: string; userId: number; verificationState: number; } export declare const getFriends: () => Promise<GetFriendsResult[] | undefined>; export {};