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

    Interface StarMemberBoard

    interface StarMemberBoard {
        id: string;
        idBoard: string;
        pos: number | "top" | "bottom";
    }
    Index

    Properties

    Properties

    id: string

    The ID or username of the member

    idBoard: string

    The ID of the board to star

    pos: number | "top" | "bottom"

    The position of the newly starred board. top, bottom, or a positive float.