DelayedPromiseWithProps<TProps, TPayload> Type
DelayedPromiseWithProps = Readonly<TProps> & DelayedPromise<TPayload>
Define the type of a DelayedPromiseWithProps instance
Defined in
DelayedPromiseWithProps Variable
Type
DelayedPromiseWithPropsConstructor
Default Value
typescript ...
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.