GitHub

DaffAuthToken

import { DaffAuthToken } from '@daffodil/auth'

interface DaffAuthToken {
  token: string
}