mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			210 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			210 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
export default {
 | 
						|
  group: "typography",
 | 
						|
  pagination: {
 | 
						|
    currentPage: 2,
 | 
						|
    prevPagePath: "/typography/page/1",
 | 
						|
    nextPagePath: "/typography/page/3",
 | 
						|
    hasNextPage: true,
 | 
						|
    hasPrevPage: true,
 | 
						|
  },
 | 
						|
};
 |