@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface BaseRequest

    interface BaseRequest {
        env?: string;
        imageInputParam?: ImageInputParamType;
        processParam: DocumentReaderProcessParam;
        tag?: string;
        tenant?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    env?: string
    imageInputParam?: ImageInputParamType
    tag?: string
    tenant?: string