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

    Interface TokenPermission

    interface TokenPermission {
        idModel?: string;
        modelType?: string;
        read?: boolean;
        write?: boolean;
    }
    Index

    Properties

    idModel?: string
    modelType?: string
    read?: boolean
    write?: boolean