UNPKG

strapi-plugin-comments

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