import { MockAuthToken } from '@daffodil/auth/testing'
class MockAuthToken implements DaffAuthToken { token: faker.string.alphanumeric(16) = faker.string.alphanumeric(16) }