Forgot to add a file.

This commit is contained in:
Dessalines 2024-03-13 15:17:10 -04:00
parent 57c6df2aae
commit 02921b21a2

View 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;
}