interface NeocitiesResponse {
    files: NeocitiesPath[];
    result: string;
}

Properties

Properties

files: NeocitiesPath[]
result: string