Skip to content

UseEgressQuotaProps

Defined in: synapse-react/src/warm-storage/use-egress-quota.ts:11

The props for the useEgressQuota hook.

optional dataSetId: bigint

Defined in: synapse-react/src/warm-storage/use-egress-quota.ts:13

The data set ID to query egress quota for


optional query: Omit<UseQueryOptions<DataSetStats, Error, DataSetStats, readonly unknown[]>, "queryKey" | "queryFn">

Defined in: synapse-react/src/warm-storage/use-egress-quota.ts:14