Trello.js - API library
    Preparing search index...

    Interface CustomFieldItems

    interface CustomFieldItems {
        id?: string;
        idCustomField?: string;
        idModel?: string;
        modelType?: string;
        value?: { checked?: string };
    }
    Index

    Properties

    id?: string
    idCustomField?: string
    idModel?: string
    modelType?: string
    value?: { checked?: string }