import { DaffAuthErrorCodes } from '@daffodil/auth'
enum DaffAuthErrorCodes { MISSING_TOKEN = DaffAuthErrorCodes.MISSING_TOKEN, }