Trilium Frontend API
    Preparing search index...

    Interface DateTimeRangeFormatPart

    interface DateTimeRangeFormatPart {
        source: "startRange" | "endRange" | "shared";
        type: keyof DateTimeFormatPartTypesRegistry;
        value: string;
    }

    Hierarchy (View Summary)

    Index
    source: "startRange" | "endRange" | "shared"
    type: keyof DateTimeFormatPartTypesRegistry
    value: string