export interface ActionOptionsType {
    [key: string]: any;
    optionalField?: string;
}
//# sourceMappingURL=ActionOptionsType.d.ts.map