weaviate-agents
    Preparing search index...

    Type Alias DateRangeTo

    type DateRangeTo = {
        dateTo: string;
        inclusiveTo: boolean;
    }
    Index

    Properties

    Properties

    dateTo: string
    inclusiveTo: boolean