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

    Interface GetOrganizationMembership

    interface GetOrganizationMembership {
        id: string;
        idMembership: string;
        member?: boolean;
    }
    Index

    Properties

    id: string

    The ID or name of the organization

    idMembership: string

    The ID of the membership to load

    member?: boolean

    Whether to include the Member object in the response