add uploading

This commit is contained in:
2024-07-25 21:27:07 -05:00
parent c6ef195be7
commit a3ae877972
7 changed files with 102 additions and 9 deletions

View File

@ -10,6 +10,7 @@ export type Config = {
export interface SyncData {
followers: Follower[];
subscribers: Subscriber[];
sync_data_url: string;
}
interface Subscriber {