/** * External dependencies */ import type { DownloadSelection } from '@nab/types'; export type Attributes = { readonly type: 'download-selection'; readonly value: DownloadSelection; };