@theophilusdev/conduit
    Preparing search index...

    Interface UnknownAttachment

    interface UnknownAttachment {
        filename?: string;
        ID: string;
        type: string;
        url?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    filename?: string
    ID: string
    type: string
    url?: string