Record
put-user-votes-shows-show-id-params
No description available.
record put-user-votes-shows-show-id-params {
show-id: string,
show-id-v2: option<s32>,
vote: option<s32>,
voted-at: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| show-id | string | |
| show-id-v2 | option<s32> | |
| vote | option<s32> | |
| voted-at | option<s32> |