/** getPreviewUrlResponse */
export interface GetPreviewUrlResponse {
    /** xsd:string */
    rval?: string;
}
