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