import { DaffAuthStorageService } from '@daffodil/auth'
@Injectable() class DaffAuthStorageService { getAuthToken(): string setAuthToken(value: string): void removeAuthToken(): void }
string
void
value: string