neet/masto.js

View on GitHub
test-utils/pools/token-factory.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { type mastodon } from "../../src";

export interface TokenFactory {
  obtain(): Promise<mastodon.v1.Token>;
}