Type Alias: AutoSuspenseProps

Estimated reading time: less than 1 minute
type AutoSuspenseProps = Omit<SuspenseProps, 'rid'>

Props accepted by AutoSuspense.