From 3335f16ad1a6ec114058a8b7e6e71c2cae33c33d Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Thu, 23 Mar 2023 11:01:38 -0400 Subject: applications --- src/util/schemas/responses/ApplicationsResponse.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/util/schemas/responses/ApplicationsResponse.ts (limited to 'src/util/schemas/responses/ApplicationsResponse.ts') diff --git a/src/util/schemas/responses/ApplicationsResponse.ts b/src/util/schemas/responses/ApplicationsResponse.ts new file mode 100644 index 00000000..fef3fbde --- /dev/null +++ b/src/util/schemas/responses/ApplicationsResponse.ts @@ -0,0 +1,3 @@ +import { Application } from "../../entities"; + +export type ApplicationsResponse = Application[]; -- cgit 1.5.1