GitHub

DaffLoginInfo

interface

import { DaffLoginInfo } from '@daffodil/auth'

interface DaffLoginInfo {
  email: string
  password: string
}