Member Junction
    Preparing search index...

    User override of which sections live in More vs first-class.

    interface ChromeMembershipOverride {
        firstClassSectionKeys?: readonly string[];
        moreSectionKeys?: readonly string[];
    }
    Index

    Properties

    firstClassSectionKeys?: readonly string[]
    moreSectionKeys?: readonly string[]