ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface CreatePostData

    interface CreatePostData {
        title: string;
        content: string;
        type: PostType;
        priority: PostPriority;
        isPinned?: boolean;
        isPublic?: boolean;
        publishedAt?: Date;
        files?: File[];
    }
    Index

    Properties

    title: string
    content: string
    type: PostType
    priority: PostPriority
    isPinned?: boolean
    isPublic?: boolean
    publishedAt?: Date
    files?: File[]