PGBoundParam | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface PGBoundParam

    interface PGBoundParam {
        type: string | number;
        value: unknown;
    }
    Index

    Properties

    Properties

    type: string | number
    value: unknown