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

    Interface CreateBoardChecklist

    interface CreateBoardChecklist {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    The id of the board to update

    name: string

    The name of the checklist to be created. 1 to 16384 characters long.