export type marketplace_application_TaskViewer = { /** * ClientID grants a client viewing access; their CompanyID must also be set. */ clientId?: string; /** * CompanyID grants a company viewing access (leave ClientID empty). */ companyId?: string; };