n8n-nodes-base
Version:
Base nodes of n8n
10 lines (7 loc) • 298 B
text/typescript
/**
* Spotify - Library Resource
* Re-exports all operation types for this resource.
*/
import type { SpotifyV1LibraryGetLikedTracksNode } from './operation_get_liked_tracks';
export * from './operation_get_liked_tracks';
export type SpotifyV1LibraryNode = SpotifyV1LibraryGetLikedTracksNode;