UNPKG

strapi-plugin-comments

Version:
22 lines (21 loc) 474 B
export declare const useUserContext: () => { email: string; id: number; documentId: string; createdAt: string; updatedAt: string; publishedAt: string; locale: null; blocked: boolean; firstname: string; lastname: string | null; username: string | null; isActive: boolean; preferedLanguage: string | null; roles: { code: string; id: number; name: string; description: string; }[]; };