Interface IHICharacters

interface IHICharacters {
    characters: IHICharacter[];
}

Properties

Properties

characters: IHICharacter[]