export interface ActionAndFunctionParameter { name: string; type: string; nullable?: boolean; }