import { ActionPathParam } from "../../api/action-path-params"; export interface IActionOptions { method: string; path?: ActionPathParam; }