Preparing search index...

    Section header item for the discovery list

    type DiscoveryListHeaderItem = {
        type: "header";
        key: string;
        titleKey:
            | "bulkImport.selection.newRecipes"
            | "bulkImport.selection.previouslySeen";
        count: number;
    }
    Index

    Properties

    Properties

    type: "header"
    key: string
    titleKey:
        | "bulkImport.selection.newRecipes"
        | "bulkImport.selection.previouslySeen"
    count: number