Appearance
@luminaphoto/lumina-js / Client / WorkerResponse
Interface: WorkerResponse<T>
Worker response structure for successful operations
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Description |
|---|---|---|
id | number | null | Message identifier matching the request |
result | T | Operation result |