Package version:

Interface DetectFromUrlBodyParam

interface DetectFromUrlBodyParam {
    body: {
        url: string;
    };
}

Properties

Properties

body: {
    url: string;
}