Pawnote
    Preparing search index...

    Type Alias UserResource

    UserResource: Readonly<
        {
            className?: string;
            establishmentName: string;
            id: string;
            isDelegate: boolean;
            isDirector: boolean;
            isMemberCA: boolean;
            kind: number;
            name: string;
            profilePicture: Attachment
            | null;
            tabs: Map<TabLocation, Tab>;
        },
    >