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

    Interface PluginListing

    interface PluginListing {
        description?: string;
        id?: string;
        locale?: string;
        name?: string;
        overview?: string;
    }
    Index

    Properties

    description?: string
    id?: string
    locale?: string
    name?: string
    overview?: string