date-vir - v8.5.0
    Preparing search index...

    Variable datePartShapeConst

    datePartShape: Shape<
        {
            day: Shape<TUnsafe<DayOfMonth>>;
            month: Shape<TUnsafe<MonthNumber>>;
            timezone: Shape<TUnsafe<string>>;
            year: number;
        },
    > = ...

    Date part of FullDate represented in a shape definition.