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

    Interface Platform

    interface Platform {
        id: number;
        name?: string;
        reference?: string;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • Platform

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    id: number
    name?: string
    reference?: string