Tidy 5e Sheets API
    Preparing search index...

    Type Alias SectionConfig

    type SectionConfig = {
        key: string;
        order: number;
        show?: boolean;
    }
    Index

    Properties

    Properties

    key: string
    order: number
    show?: boolean