GitHub

DaffAuthRegisterFacadeInterface

interface

import { DaffAuthRegisterFacadeInterface } from '@daffodil/auth/state'

interface DaffAuthRegisterFacadeInterface {
  loading$: Observable<boolean>
  errors$: Observable<DaffStateError[]>
}