Skip to content
Discussion options

You must be logged in to vote

Hey @tsulatsitamim! 👋🏻

You can extract the type by using the following:

export type PostData = PostValidator['schema']['props']

export default class PostValidator {
  constructor (protected ctx: HttpContextContract) {}
 
  public schema = schema.create({
  })
  
  public messages = {} 
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tsulatsitamim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants