update publish script

This commit is contained in:
Blake Joynes
2024-06-09 16:54:18 -04:00
parent 8df7fe2f2a
commit 1bf4063121
6 changed files with 18 additions and 94 deletions

View File

@@ -104,7 +104,7 @@ export type PersonChangeValue =
};
};
export interface PopularPersons {
export interface PopularPeople {
page: number;
results: Person[];
total_results: number;