MCPcopy
hub / github.com/sjdonado/idonthavespotify / TidalAuthResponse

Interface TidalAuthResponse

src/adapters/tidal.ts:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import { getServiceGuard } from '~/utils/service-guard';
15
16interface TidalAuthResponse {
17 access_token: string;
18 token_type: string;
19 expires_in: number;
20}
21
22interface TidalSearchResponse {
23 data: Array<{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected