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