mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-22 12:21:12 +00:00
Fix lint.
This commit is contained in:
parent
170e598e79
commit
bffd618f02
1 changed files with 3 additions and 0 deletions
3
src/types/PostListingMode.ts
Normal file
3
src/types/PostListingMode.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
export type PostListingMode = "List" | "Card" | "SmallCard";
|
Loading…
Reference in a new issue