UNPKG

@rnaga/wp-node

Version:

👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**

24 lines • 828 B
import { BlogTrx, CommentTrx, LinkTrx, MetaTrx, PostTrx, RegistrationLogTrx, SeederTrx, SignupTrx, TermTrx, UserTrx, OptionsTrx, SiteTrx } from "../../transactions"; import { Components } from "../components"; import { Tables } from "../tables"; export declare class TrxUtil { #private; private components; private tables; constructor(components: Components, tables: Tables); usingBlog(blogId: number): void; private get; get user(): UserTrx; get term(): TermTrx; get site(): SiteTrx; get signup(): SignupTrx; get seeder(): SeederTrx; get registrationLog(): RegistrationLogTrx; get post(): PostTrx; get options(): OptionsTrx; get meta(): MetaTrx; get link(): LinkTrx; get comment(): CommentTrx; get blog(): BlogTrx; } //# sourceMappingURL=trx.util.d.ts.map