ValidationResult: {
    availableFields: Record<string, unknown> | null;
    error: string | null;
}

Type declaration

  • availableFields: Record<string, unknown> | null

    The patron data dictionary returned by the SIP call on success; null on error or parse failure.

  • error: string | null

    Non-null when the server reports a validation error; null on success.