docs: imporve docstring
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/953/head
parent
312c98bd70
commit
0250b27bdf
|
@ -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[];
|
||||
|
|
Loading…
Reference in New Issue