TypeScript · 223 bytes Raw Blame History
1 // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
3 /**
4 * Sidebar grouping for a [`Project`].
5 */
6 export type ProjectCategory = "regular" | "observer" | "archive";