Type Alias ValidationContainerValidator<TValue, TRawValue>

ValidationContainerValidator: (
    context: IValidationContainerContext<TValue, TRawValue>,
) => Promise<void> | void

Function to execute validation within the container.

Type Parameters

  • TValue

    Type of the resulting value to validate.

  • TRawValue = TValue

    Type of the raw value to validate. Defaults to TValue.

Type declaration

MMNEPVFCICPMFPCPTTAAATR