Skip to content

pbvex / server / ArgDefinition

Type Alias: ArgDefinition<Args>

ArgDefinition<Args> = Validator<Args> | { [K in keyof Args]: Validator<Args[K]> }

Type Parameters

Args

Args

Generated API reference. Source of truth is the codebase.