Interface PostContentBlockResponse

interface PostContentBlockResponse {
    content_block_id: string;
    created_at: string;
    errors?: string[];
    liquid_tag: string;
    message: "success";
}

Hierarchy

  • ServerResponse
    • PostContentBlockResponse

Properties

content_block_id: string
created_at: string
errors?: string[]
liquid_tag: string
message