export enum Privacy {
    'EVERYONE' = 'everyone',
    'FOLLOWERS' = 'followers_only',
    'ME' = 'only_me',
}
