interface PCDGetWithoutProvingRequest {
    pcdType: string;
    postMessage: boolean;
    returnUrl: string;
    type: PCDRequestType;
}

Hierarchy (view full)

Properties

pcdType: string
postMessage: boolean
returnUrl: string

Generated using TypeDoc