@o3r/core
Version:
Core of the Otter Framework
7 lines • 311 B
TypeScript
import { AsyncRequest } from './async.interfaces';
/**
* Returns a creator that makes sure that requestId is defined in the action's properties by generating one
* if needed.
*/
export declare const asyncProps: <P extends object>() => (props: P) => P & AsyncRequest;
//# sourceMappingURL=async.props.d.ts.map