feature: modal darowizn

This commit is contained in:
2023-11-26 19:49:32 +01:00
parent 6ef04f0dbd
commit a224b58d17
22 changed files with 756 additions and 373 deletions
+4
View File
@@ -328,4 +328,8 @@ export namespace GithubAPI {
body: string;
}
}
export namespace Donators {
export type Response = string[];
}
}