Preparing search index...
    type encodedImportHistoryElement = {
        ID: number;
        PROVIDER_ID: string;
        RECIPE_URL: string;
        LAST_SEEN_AT: number;
    }
    Index

    Properties

    ID: number
    PROVIDER_ID: string
    RECIPE_URL: string
    LAST_SEEN_AT: number