feat: webhook for forms
Node.js CI / Lint and Test (push) Successful in 45s

This commit is contained in:
2025-08-27 18:55:22 -07:00
parent b92fe0a730
commit d5c0abe4d8
6 changed files with 140 additions and 2 deletions
+22
View File
@@ -0,0 +1,22 @@
/**
* @copyright NHCarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
/* eslint-disable @typescript-eslint/naming-convention -- We need number keys. */
export const formIds: Record<number, string> = {
747: "Sanction Appeals",
752: "Commission Request",
753: "Contact Request",
754: "Event Request",
755: "Meeting Request",
756: "Mentorship Request",
757: "Staff Application",
758: "Testimonial",
764: "ASCII Submission",
767: "Contributor Application",
786: "Guild Wars Officer Application",
};