fediemoji

This commit is contained in:
amy 2025-04-10 18:50:46 +03:30
parent af39481445
commit 1a9be6f545
No known key found for this signature in database
2 changed files with 60 additions and 0 deletions

View file

@ -4,6 +4,7 @@ const configT = z.object({
token: z.string(),
listenbrainzAccount: z.string(),
gitapi: z.string(),
sharkeyInstance:z.string(),
// applicationid: z.string(),
});
export type Config = z.infer<typeof configT>;