Skip to content

UseEgressQuotaProps

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

The props for the useEgressQuota hook.

optional dataSetId: bigint;

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

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:13