Interface: AstroPath<TParam, TProps>
Defined in: src/types/index.ts:552
Type Parameters
TParam
TParam extends string = string
TProps
TProps = unknown
Properties
params
params:
Record<TParam,string|undefined>
Defined in: src/types/index.ts:553
props
props:
TProps
Defined in: src/types/index.ts:554