16 lines
426 B
TypeScript
16 lines
426 B
TypeScript
/**
|
|
* This file is automatically generated.
|
|
* DO NOT EDIT manually
|
|
*/
|
|
|
|
/// <reference path="./manifest.d.ts" />
|
|
import type { InferData, InferVariants } from '@adonisjs/core/types/transformers'
|
|
import type UserTransformer from '#transformers/user_transformer'
|
|
|
|
export namespace Data {
|
|
export type User = InferData<UserTransformer>
|
|
export namespace User {
|
|
export type Variants = InferVariants<UserTransformer>
|
|
}
|
|
}
|