Type Alias RunAfterInteractionsFunc
RunAfterInteractionsFunc: (
id: string,
func: () => Promise<void> | void,
) => () => void
Type declaration
- (id: string, func: () => Promise<void> | void): () => void
Parameters
- id: string
- func: () => Promise<void> | void
Returns () => void
A function used to run another function "after interactions".