r34-types
Version:
Types for both frontend and backend applications using kurozenzen's R34 environment.
29 lines • 1.29 kB
TypeScript
export type { AliasTag } from "./AliasTag";
export type { AnyBiasedTag } from "./AnyBiasedTag";
export type { AnyTag } from "./AnyTag";
export type { Artist } from "./Artist";
export type { BiasedTag } from "./BiasedTag";
export type { Comment } from "./Comment";
export type { Post } from "./Post";
export type { PostRating } from "./PostRating";
export type { PostsSort } from "./PostsSort";
export type { PostStatus } from "./PostStatus";
export type { PostType } from "./PostType";
export type { PreferenceKey } from "./PreferenceKey";
export type { Preferences } from "./Preferences";
export type { QueryTag } from "./QueryTag";
export type { R34Post } from "./R34Post";
export type { ResultsLayout } from "./ResultsLayout";
export type { Supertag } from "./Supertag";
export type { SupertagData } from "./SupertagData";
export type { Tag, NiceTag } from "./Tag";
export type { TagModifier } from "./TagModifier";
export type { TagsSort } from "./TagsSort";
export type { TagType } from "./TagType";
export type { Theme } from "./Theme";
export type { User } from "./User";
export type { api } from "./Api";
export type { TagsError } from "./TagsError";
export type { ScoreFilter } from "./ScoreFilter";
export type { ApiVersion } from "./ApiVersion";
//# sourceMappingURL=index.d.ts.map