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

    Interface AddOrganizationMember

    interface AddOrganizationMember {
        id: string;
        idMember: string;
        type: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID or name of the organization

    idMember: string

    The ID or username of the member to update

    type: string

    One of: admin, normal