import type { JikanPerson } from '../Common';
export interface AnimeStaff {
    person: JikanPerson;
    positions: string[];
}
