skipLink.label

Type Alias: ArticleField

type ArticleField =
| "id"
| "title"
| "slug"
| "description"
| "body"
| "ver"
| "mainImage"
| "coverImage"
| "backgroundImage"
| "author"
| "tags"
| "platforms"
| "categories"
| "creators"
| "engine"
| "images"
| "mods"
| "favoritesCount"
| "favorited"
| "createdAt"
| "updatedAt"
| "status"
| "sequentialCode";

Defined in: types/article.ts:26

Available fields for custom selection