Type alias JAppLayerIdByFilterId

JAppLayerIdByFilterId: {
    [filterId: number]: JId[];
}

Type declaration

  • [filterId: number]: JId[]