UNPKG

@chayns-components/person-finder

Version:

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

12 lines (11 loc) 303 B
interface PostFriendsResult { creationTime: Date; firstName: string; fullName: string; lastName: string; personId: string; userId: number; verificationState: number; } export declare const postFriends: (personId: string) => Promise<PostFriendsResult | undefined>; export {};