r34-types
Version:
Types for both frontend and backend applications using kurozenzen's R34 environment.
19 lines (18 loc) • 325 B
text/typescript
export type PreferenceKey =
| "rated"
| "ratedThreshold"
| "originals"
| "cookies"
| "preloadVideos"
| "tagSuggestionsCount"
| "resultsLayout"
| "pageSize"
| "showMetadata"
| "showComments"
| "sort"
| "themeId"
| "autoPlay"
| "hideSeen"
| "autoscrollDelay"
| "showPostDetails"
| "backends";