death
This commit is contained in:
parent
d03bb03649
commit
92be091796
9 changed files with 80 additions and 2 deletions
|
|
@ -6,7 +6,8 @@ export type CollectionKey =
|
|||
| "meditations"
|
||||
| "autonomous-racing"
|
||||
| "git"
|
||||
| "gists";
|
||||
| "gists"
|
||||
| "death";
|
||||
export type PostCollection = Exclude<CollectionKey, "git" | "gists">;
|
||||
|
||||
export type AnyCollectionEntry =
|
||||
|
|
@ -14,5 +15,6 @@ export type AnyCollectionEntry =
|
|||
| CollectionEntry<"software">
|
||||
| CollectionEntry<"meditations">
|
||||
| CollectionEntry<"autonomous-racing">
|
||||
| CollectionEntry<"death">
|
||||
| CollectionEntry<"git">
|
||||
| CollectionEntry<"gists">;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue