WorkerInfo: Message<"virtufin.WorkerInfo"> & { config: { [key: string]: string }; createdAt: string; id: string; language: string; mimeType: string; status: WorkerStatus; tags: { [key: string]: string }; topics: string[];} Type declaration
config: { [key: string]: string }
createdAt: string
id: string
language: string
mimeType: string
tags: { [key: string]: string }
topics: string[]
Generated
from field: map<string, string> config = 7;