export enum CpToastTypes { SECONDARY = 'secondary', INFO = 'info', ERROR = 'error', SUCCESS = 'success', WARNING = 'warning', }