fediemoji
This commit is contained in:
parent
af39481445
commit
1a9be6f545
2 changed files with 60 additions and 0 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue