ProjectCopyimport { Project } from "https://raw.githubusercontent.com/ent2/deno-playentry/main/mod.ts";엔트리 작품을 나타낸다. class Project implements LwInterface<ProjectConstructor> {constructor(info: ProjectConstructor);@Lw("getInfo")childCount: _LwProp<"childCount">; @Lw("getInfo")commentCount: _LwProp<"commentCount">; id;@Lw("getInfo")likeCount: _LwProp<"likeCount">; @Lw("getInfo")name: _LwProp<"name">; @Lw("getInfo")owner: _LwProp<"owner">; @Lw("getInfo")recentLikeCount: _LwProp<"recentLikeCount">; @Lw("getInfo")thumbURL: _LwProp<"thumbURL">; @Lw("getInfo")updated: _LwProp<"updated">; @Lw("getInfo")visitCount: _LwProp<"visitCount">; async getInfo();}§Implements§LwInterface<ProjectConstructor>[src]§Constructors§new Project(info: ProjectConstructor)[src]§Properties§childCount: _LwProp<"childCount">[src]§Decorators§@Lw("getInfo")[src]§commentCount: _LwProp<"commentCount">[src]§Decorators§@Lw("getInfo")[src]§id[src]§likeCount: _LwProp<"likeCount">[src]§Decorators§@Lw("getInfo")[src]§name: _LwProp<"name">[src]§Decorators§@Lw("getInfo")[src]§owner: _LwProp<"owner">[src]§Decorators§@Lw("getInfo")[src]§recentLikeCount: _LwProp<"recentLikeCount">[src]§Decorators§@Lw("getInfo")[src]§thumbURL: _LwProp<"thumbURL">[src]§Decorators§@Lw("getInfo")[src]§updated: _LwProp<"updated">[src]§Decorators§@Lw("getInfo")[src]§visitCount: _LwProp<"visitCount">[src]§Decorators§@Lw("getInfo")[src]§Methods§getInfo()[src]