Trilium Frontend API
    Preparing search index...

    Interface DateTimeFormatPart

    interface DateTimeFormatPart {
        type: keyof DateTimeFormatPartTypesRegistry;
        value: string;
    }

    Hierarchy (View Summary)

    Index
    type: keyof DateTimeFormatPartTypesRegistry
    value: string