Interface ContentBlockResponse

interface ContentBlockResponse {
    content: string;
    content_block_id: string;
    content_type: string;
    created_at: string;
    description: string;
    errors?: string[];
    inclusion_count: number;
    inclusion_data: string[];
    last_edited: string;
    message: string;
    name: string;
    tags: string[];
}

Hierarchy

  • ServerResponse
    • ContentBlockResponse

Properties

content: string
content_block_id: string
content_type: string
created_at: string
description: string
errors?: string[]
inclusion_count: number
inclusion_data: string[]
last_edited: string
message: string
name: string
tags: string[]