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

    Interface UpdateEnterpriseMemberLicense

    interface UpdateEnterpriseMemberLicense {
        id: string;
        idMember: string;
        value: boolean;
        values: boolean;
    }
    Index

    Properties

    Properties

    id: string

    ID of the Enterprise.

    idMember: string

    The ID of the Member

    value: boolean

    Boolean value to determine whether the user should be given an Enterprise license (true) or not (false).

    values: boolean

    Use value instead.

    Boolean value to determine whether the user should be given an Enterprise license (true) or not (false).