Skip to content

Commit

Permalink
docs: expand comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarlagerlof committed May 14, 2022
1 parent e794d7e commit 316ef0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ export interface Meta {

/* This is the data object that is being passed from React
into Puppeteer and then into the window.NextBannerData to be
read by the layout files being screenshoted */
read by the layout files being screenshoted
Any is the right type because we do not have any idea what the type is */

/* eslint-disable-next-line */
export type Custom = Record<string, any>;
Expand Down

0 comments on commit 316ef0f

Please sign in to comment.