add uploading
This commit is contained in:
@ -10,6 +10,7 @@ export type Config = {
|
||||
export interface SyncData {
|
||||
followers: Follower[];
|
||||
subscribers: Subscriber[];
|
||||
sync_data_url: string;
|
||||
}
|
||||
|
||||
interface Subscriber {
|
||||
|
Reference in New Issue
Block a user