Type alias AniListCharacterConnection

AniListCharacterConnection: {
    edges: AniListCharacterEdge[];
    nodes: AniListCharacter[];
    pageInfo: PageInfo;
}

Type declaration

Generated using TypeDoc