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

    Interface ServiceGroup

    interface ServiceGroup {
        id: number;
        serviceTypes: Service[];
    }
    Index

    Properties

    Properties

    id: number
    serviceTypes: Service[]