export enum ContainerVisibility { NONE = "none", ONLY_LAST = "only_last", ALL = "all", PROTECTED = "protected", }