@buzzr/dfs-engine
    Preparing search index...

    Type Alias DfsBookSourceRef

    type DfsBookSourceRef = {
        label: string;
        note?: string;
        retrievedAt?: string;
        url?: string;
    }
    Index

    Properties

    label: string
    note?: string
    retrievedAt?: string
    url?: string