solarnetwork-datum-loader
    Preparing search index...

    Interface Datum

    General SolarNetwork datum interface.

    interface Datum {
        created: string;
        sourceId: string;
        [index: string]: any;
    }

    Indexable

    • [index: string]: any
    Index

    Properties

    Properties

    created: string
    sourceId: string