Trilium Frontend API
    Preparing search index...

    Type Alias DateTimeFormatPartWithWeek

    DateTimeFormatPartWithWeek: Omit<DateTimeFormatPart, "type"> & {
        type: DateTimeFormatPart["type"] | "week";
    }