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

    Interface Export

    interface Export {
        exportUrl?: string;
        id?: string;
        size?: string;
        startedAt?: string;
        status?: { attempts?: number; finished?: boolean; stage?: string };
    }
    Index

    Properties

    exportUrl?: string
    id?: string
    size?: string
    startedAt?: string
    status?: { attempts?: number; finished?: boolean; stage?: string }