type
AuthUser
type AuthUser<Config extends RiduConfigShape> = OutputFor<
Config,
AuthCollectionSlug<Config>
>The union of generated output types for auth-enabled collections.
Related types
OutputForResolve a collection document output type.