/**
* This file is automatically generated.
* DO NOT EDIT manually
*/
///
import type { InferData, InferVariants } from '@adonisjs/core/types/transformers'
import type { InferSharedProps } from '@adonisjs/inertia/types'
import type UserTransformer from '#transformers/user_transformer'
import type InertiaMiddleware from '#middleware/inertia_middleware'
export namespace Data {
export type User = InferData
export namespace User {
export type Variants = InferVariants
}
export type SharedProps = InferSharedProps
}