diff --git a/src/typings/timeline.d.ts b/src/typings/timeline.d.ts index 8fbc2853..8dff5679 100644 --- a/src/typings/timeline.d.ts +++ b/src/typings/timeline.d.ts @@ -37,7 +37,7 @@ declare module '@typings' { dayId: number; /** Refrence to day object */ day: IDay; - /** Whether this is a head row */ + /** Type of row (0 = head, 1 = photos) */ type: IRowType; /** Main list of photo items */ photos?: IPhoto[];