Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 344 Bytes

next-context.asyncparams.md

File metadata and controls

13 lines (8 loc) · 344 Bytes

Home > next-context > AsyncParams

AsyncParams type

nextjs params

Signature:

export type AsyncParams = Promise<Record<string, string | string[]>>;