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

    Interface TransferrableOrganization

    interface TransferrableOrganization {
        newBillableMembers?: {
            avatarHash?: string;
            fullName?: string;
            id?: string;
            initials?: string;
            username?: string;
        }[];
        restrictedMembers?: {
            avatarHash?: string;
            fullName?: string;
            id?: string;
            initials?: string;
            username?: string;
        }[];
        transferrable?: boolean;
    }
    Index

    Properties

    newBillableMembers?: {
        avatarHash?: string;
        fullName?: string;
        id?: string;
        initials?: string;
        username?: string;
    }[]
    restrictedMembers?: {
        avatarHash?: string;
        fullName?: string;
        id?: string;
        initials?: string;
        username?: string;
    }[]
    transferrable?: boolean