UNPKG

bx-rest

Version:

Bitrix24 REST API client angular, vue or typescript

7 lines (6 loc) 235 B
import { BXRestLogBlogPost } from './log/blogpost'; import { BXRestLogBlogComment } from './log/blogcomment'; export declare class BXRestLog { readonly blogPost: BXRestLogBlogPost; readonly blogComment: BXRestLogBlogComment; }