Circle V2 API Docs
    Preparing search index...

    Type Alias BulkSectionInput

    type BulkSectionInput = {
        body: string;
        bullet_format?: boolean;
        id?: SectionId;
        name: string;
        optional: boolean;
        order: number;
    }
    Index

    Properties

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