Circle V2 API Docs
    Preparing search index...

    Interface LegacyTemplateSection

    interface LegacyTemplateSection {
        body: string;
        bullet_format?: boolean;
        id: string;
        name: string;
        optional: boolean;
        order: number;
    }
    Index

    Properties

    body: string
    bullet_format?: boolean
    id: string
    name: string
    optional: boolean
    order: number