Node.js SDK for digi.me
    Preparing search index...

    Interface RawFileMetadata

    interface RawFileMetadata {
        accounts: { accountid: string }[];
        appid?: string;
        contractid?: string;
        created?: number;
        mimetype: string;
        objecttypes?: { name: string; references?: string[] }[];
        partnerid?: string;
        reference?: string[];
        servicegroups?: number[];
        tags?: string[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    accounts: { accountid: string }[]
    appid?: string
    contractid?: string
    created?: number
    mimetype: string
    objecttypes?: { name: string; references?: string[] }[]
    partnerid?: string
    reference?: string[]
    servicegroups?: number[]
    tags?: string[]