8 lines
150 B
TypeScript
8 lines
150 B
TypeScript
export const postsSlug = 'posts'
|
|
|
|
export const slugSingularLabel = 'Post'
|
|
|
|
export const slugPluralLabel = 'Posts'
|
|
|
|
export const globalSlug = 'global'
|