EasyFM - v5.0.0-beta.1
    Preparing search index...

    Type Alias PickPortals<LAYOUT, PORTALS>

    PickPortals: Omit<LAYOUT, "portals"> & {
        portals: Pick<LAYOUT["portals"], PORTALS>;
    }

    Utility type for narrowing portal data on typed layouts.

    Type Parameters

    • LAYOUT extends LayoutInterface
    • PORTALS extends string | number | symbol = ""