x4js - v2.2.49
    Preparing search index...

    Type Alias PDFValue

    PDFValue:
        | null
        | boolean
        | number
        | string
        | PDFValue[]
        | Ref
        | { [key: string]: PDFValue }