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

    Interface UpdateOrganizationDeactivateStatus

    interface UpdateOrganizationDeactivateStatus {
        id: string;
        idMember: string;
        value?: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID or name of the organization

    idMember: string

    The ID or username of the member to update

    value?: string