Skip to content

Commit

Permalink
Remove unused type (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasTim authored Feb 2, 2024
1 parent d09a4fc commit aef02b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/auth/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { Credentials } from '@tidal-music/common';

export type InitArgs = {
certificatePinning?: boolean;
clientId: string;
clientSecret?: string;
clientUniqueKey?: string;
Expand Down

0 comments on commit aef02b9

Please sign in to comment.