mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
export = Post;
|
|
declare class Post extends BackstagePost {
|
|
}
|
|
import BackstagePost = require("./BackstagePost");
|