Home > @poq/sdk > LinkRequest > (constructor)
Constructs a new instance of the LinkRequest
class
Signature:
constructor(params: {
url: string;
customData?: Record<string, unknown>;
});
Parameter | Type | Description |
---|---|---|
params | { url: string; customData?: Record<string, unknown>; } |