UNPKG

@apify/actors-mcp-server

Version:

Model Context Protocol Server for Apify

7 lines 350 B
import type { ActorDefinitionStorage } from '../types.js'; /** * Returns an array of all field names mentioned in the display.properties * of all views in the given ActorDefinitionStorage object. */ export declare function getActorDefinitionStorageFieldNames(storage: ActorDefinitionStorage | object): string[]; //# sourceMappingURL=actor.d.ts.map