From b74453d802d8a616d97b9e06f152f6fc2d041405 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Sun, 18 Dec 2022 23:45:29 +1100 Subject: Refactor applications --- src/util/schemas/ApplicationCreateSchema.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/util/schemas/ApplicationCreateSchema.ts (limited to 'src/util/schemas/ApplicationCreateSchema.ts') diff --git a/src/util/schemas/ApplicationCreateSchema.ts b/src/util/schemas/ApplicationCreateSchema.ts new file mode 100644 index 00000000..6a021b46 --- /dev/null +++ b/src/util/schemas/ApplicationCreateSchema.ts @@ -0,0 +1,4 @@ +export interface ApplicationCreateSchema { + name: string; + team_id?: string | number; +} \ No newline at end of file -- cgit 1.5.1