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

    Interface DeleteChecklistCheckItem

    interface DeleteChecklistCheckItem {
        id: string;
        idCheckItem: string;
    }
    Index

    Properties

    Properties

    id: string

    ID of a checklist.

    idCheckItem: string

    ID of the check item to retrieve.