UNPKG

@hyper-fetch/react

Version:

React hooks and utils for the hyper-fetch

5 lines (4 loc) 170 B
export type UseEventMessagesOptionsType<ResponsesType> = { dependencyTracking?: boolean; filter?: ((endpoint: string, data: ResponsesType) => boolean) | string[]; };