added keywords endpoint and types

This commit is contained in:
DerPenz
2023-02-27 15:40:22 +01:00
parent fe86aed01f
commit ea430efcf5
4 changed files with 41 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ export * from './discover';
export * from './review';
export * from './trending';
export * from './find';
export * from './keywords';
export interface AuthorDetails {
name: string;