Adds secret check-offs

This commit is contained in:
2025-05-28 16:18:49 -07:00
parent 1ec4d0ac35
commit 3c989cf285
2 changed files with 92 additions and 23 deletions

View File

@@ -37,7 +37,7 @@ export type Secret = Document &
"secret",
{
text: string;
discoveredOn: ISO8601Date | null;
discovered: boolean;
}
>;