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/ApplicationDetectableResponse.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/util/schemas/responses/ApplicationDetectableResponse.ts (limited to 'src/util/schemas/responses/ApplicationDetectableResponse.ts') diff --git a/src/util/schemas/responses/ApplicationDetectableResponse.ts b/src/util/schemas/responses/ApplicationDetectableResponse.ts new file mode 100644 index 00000000..958b8d43 --- /dev/null +++ b/src/util/schemas/responses/ApplicationDetectableResponse.ts @@ -0,0 +1 @@ +export type ApplicationDetectableResponse = unknown[]; -- cgit 1.5.1