mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-29 15:51:12 +00:00
Forgot to add a file.
This commit is contained in:
parent
57c6df2aae
commit
02921b21a2
1 changed files with 10 additions and 0 deletions
10
src/types/LocalUserVoteDisplayMode.ts
Normal file
10
src/types/LocalUserVoteDisplayMode.ts
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||||
|
import type { LocalUserId } from "./LocalUserId";
|
||||||
|
|
||||||
|
export interface LocalUserVoteDisplayMode {
|
||||||
|
local_user_id: LocalUserId;
|
||||||
|
score: boolean;
|
||||||
|
upvotes: boolean;
|
||||||
|
downvotes: boolean;
|
||||||
|
upvote_percentage: boolean;
|
||||||
|
}
|
Loading…
Reference in a new issue