docs: imporve docstring

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/953/head
Varun Patil 2023-11-26 18:18:38 -08:00
parent 312c98bd70
commit 0250b27bdf
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ declare module '@typings' {
dayId: number; dayId: number;
/** Refrence to day object */ /** Refrence to day object */
day: IDay; day: IDay;
/** Whether this is a head row */ /** Type of row (0 = head, 1 = photos) */
type: IRowType; type: IRowType;
/** Main list of photo items */ /** Main list of photo items */
photos?: IPhoto[]; photos?: IPhoto[];