export enum BlogPermission { Public = 'Public', ByPassword = 'ByPassword', List = 'List', AllowComments = 'AllowComments', }