diff --git a/src/types/PostListingMode.ts b/src/types/PostListingMode.ts new file mode 100644 index 0000000..b6afd56 --- /dev/null +++ b/src/types/PostListingMode.ts @@ -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";