export enum PublishStatus { Unpublished = 0, Published = 1, Processing = 2, Finished = 3, }