added find endpoint and types

This commit is contained in:
DerPenz
2023-02-23 18:44:26 +01:00
parent f75321e6a6
commit 4efa4a7354
5 changed files with 47 additions and 0 deletions

View File

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