From 74903938be565fbd8bdb4e99aae2129caf5f1dc6 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Wed, 31 Jul 2019 23:18:22 +0200 Subject: [PATCH] Added optional row attribute for auxiliaryFields --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 1942c9e..bfe4b97 100644 --- a/index.d.ts +++ b/index.d.ts @@ -7,7 +7,7 @@ export declare class Pass { public headerFields: Schema.Field[]; public primaryFields: Schema.Field[]; public secondaryFields: Schema.Field[]; - public auxiliaryFields: (Schema.Field & { row: number })[]; + public auxiliaryFields: (Schema.Field & { row?: number })[]; public backFields: Schema.Field[]; /**