Interface WorkerServiceResponse

interface WorkerServiceResponse {
    id: string;
    result?: any;
    success: boolean;
}

Properties

Properties

id: string
result?: any
success: boolean