interface PCDRequest {
    postMessage: boolean;
    returnUrl: string;
    type: PCDRequestType;
}

Hierarchy (view full)

Properties

postMessage: boolean
returnUrl: string

Generated using TypeDoc