GeneratePath: (
name: string,
attributes?: Record<string, string>,
query?: Query,
) => string
Type declaration
- (name: string, attributes?: Record<string, string>, query?: Query): string
Parameters
- name: string
Optional
attributes: Record<string, string>Optional
query: Query
Returns string