/// export class Toasts { // selectors toastSlot = '#__BVID__toaster-container' toastTypeSuccess = '.toast.text-bg-success' toastTypeError = '.toast.text-bg-danger' toastTitle = '.gdd-toaster-title' toastMessage = '.gdd-toaster-body' }