ASF - v1.0.0
    Preparing search index...

    Interface TrelloExportResult

    interface TrelloExportResult {
        success: boolean;
        cardId?: string;
        cardUrl?: string;
        checklistId?: string;
    }
    Index

    Properties

    success: boolean
    cardId?: string
    cardUrl?: string
    checklistId?: string