Skip to content

Commit 9610f74

Browse files
author
Mark Roberts
committed
feat(DTFS2-7795): add jsdoc to govuk type
1 parent 232ddb6 commit 9610f74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/common/src/types/gov-uk/summary-list.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ type ActionItem = Prettify<
1919
}
2020
>;
2121

22+
/**
23+
* Type of the `rows array object` for the {@link https://design-system.service.gov.uk/components/summary-list/ | GOV.UK Summary List component }
24+
*/
2225
export type SummaryListRow = {
2326
key: GovUkField;
2427
value: GovUkField;

0 commit comments

Comments
 (0)