Meilisearch JS
    Preparing search index...

    Type Alias SearchRuleTimeCondition

    type SearchRuleTimeCondition = {
        end?: string | null;
        scope: "time";
        start?: string | null;
    }
    Index

    Properties

    Properties

    end?: string | null
    scope: "time"
    start?: string | null