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;
|
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[];
|
||||||
|
|
Loading…
Reference in New Issue