Type alias TypedResourceValidation<TProps>

TypedResourceValidation<TProps>: ((props, args, reportViolation) => Promise<void> | void)

TypedResourceValidation is the callback signature for validateResourceOfType; it is equivlaent to the `ResourceValidation type except that it carries strongly typed properties with it.

Type Parameters

  • TProps

Type declaration

Generated using TypeDoc