Coal LLC - v1.0.0
    Preparing search index...

    Interface IAttachment

    interface IAttachment {
        data: any;
        description: string;
        id: string;
        type: "data" | "file";
    }
    Index

    Properties

    Properties

    data: any
    description: string
    id: string
    type: "data" | "file"