export interface IPrivate {
    privateFrom?: string;
    privateFor?: string[];
    privacyGroupId?: string;
}
