We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reason
2 parents dbaa593 + 2055f0e commit 2f8b394Copy full SHA for 2f8b394
1 file changed
src/clients/masto/params.ts
@@ -48,6 +48,8 @@ export interface CreateAccountParams {
48
email: string;
49
/** Whether the user has been agreed to the agreement of the Mastodon instance */
50
agreement: boolean;
51
+ /** Message for approval */
52
+ reason?: string;
53
}
54
55
export interface ReportAccountParams {
0 commit comments