From 35ad7b2309d11bc5351ea889a4a240f82abd8fb1 Mon Sep 17 00:00:00 2001 From: Shiro Date: Fri, 23 Aug 2024 23:27:17 +0200 Subject: [PATCH 1/2] Add `TestService` --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 108c5a8..87b16d0 100644 --- a/index.d.ts +++ b/index.d.ts @@ -47,6 +47,7 @@ export declare const StarterPlayer: StarterPlayer; export declare const Stats: Stats; export declare const Teams: Teams; export declare const TeleportService: TeleportService; +export declare const TestService: TestService; export declare const TextChatService: TextChatService; export declare const TextService: TextService; export declare const TweenService: TweenService; From 94b85139b8dac2306b0b30cc58ac19e6975cb860 Mon Sep 17 00:00:00 2001 From: Shiro Date: Sat, 24 Aug 2024 00:28:38 +0200 Subject: [PATCH 2/2] Remove `TestService` from plugin types --- plugin.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin.d.ts b/plugin.d.ts index b53c7aa..b45ad4b 100644 --- a/plugin.d.ts +++ b/plugin.d.ts @@ -23,6 +23,5 @@ declare module "@rbxts/services" { export const StudioData: StudioData; export const StudioService: StudioService; export const TaskScheduler: TaskScheduler; - export const TestService: TestService; export const VersionControlService: VersionControlService; }