wima
    Preparing search index...

    Interface SystemGroupRegistration

    interface SystemGroupRegistration {
        config: SystemGroupConfig;
        id: number;
        parentId: number;
        systems: number[];
    }
    Index

    Properties

    id: number
    parentId: number
    systems: number[]