Skip to Content
⚠️Active Development Notice: TimeTiles is under active development. Information may be placeholder content or not up-to-date.

web


web / lib/hooks/use-ingest-files-query

lib/hooks/use-ingest-files-query

React Query hook for fetching the current user’s ingest files (manual imports).

Automatically polls when any import is still in progress.

Variables

ingestFileKeys

const ingestFileKeys: object

Type Declaration

all

all: readonly ["ingest-files"]

Functions

useIngestFilesQuery()

useIngestFilesQuery(initialData?): UseQueryResult<IngestFile[], Error>

Parameters

initialData?

IngestFile[]

Returns

UseQueryResult<IngestFile[], Error>

Last updated on