/** * This file was auto-generated by Fern from our API Definition. */ export interface RawActionsResponse { /** The instance ID */ instanceId: string; /** The requested server name */ serverName: string; /** Map of categories to raw actions */ result?: Record; }