Skip to content

Commit 62c64fb

Browse files
Added missing method in Submission type definition (not-an-aardvark#326)
1 parent 4c32578 commit 62c64fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/objects/Submission.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export default class Submission extends VoteableContent<Submission> {
129129
unmarkNsfw(): Promise<this>;
130130
unmarkSpoiler(): Promise<this>;
131131
unsticky(): Promise<this>;
132+
submitCrosspost(): Promise<this>;
132133
}
133134

134135
interface ImagePreviewSource {

0 commit comments

Comments
 (0)