interface ZoneComponents {
    allById: {
        [id: string]: ComponentRegistration;
    };
    version: number;
    zoneComponentIds: {
        [zone: string]: {
            [id: string]: string;
        };
    };
}

Properties

allById: {
    [id: string]: ComponentRegistration;
}

Type declaration

version: number
zoneComponentIds: {
    [zone: string]: {
        [id: string]: string;
    };
}

Type declaration

  • [zone: string]: {
        [id: string]: string;
    }
    • [id: string]: string