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

    Interface GetCardAttachment

    interface GetCardAttachment {
        fields?: unknown[];
        id: string;
        idAttachment: string;
    }
    Index

    Properties

    fields?: unknown[]

    The Attachment fields to be included in the response.

    id: string

    The ID of the Card

    idAttachment: string

    The ID of the Attachment