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

    Interface RemoveMemberFromBoard

    interface RemoveMemberFromBoard {
        id: string;
        idMember: string;
    }
    Index

    Properties

    Properties

    id: string

    The id of the board to update

    idMember: string

    The id of the member to add to the board.