From ba3414dbbd7261903a0bcbd652043f7916625c29 Mon Sep 17 00:00:00 2001 From: xLuxy <67131061+xLuxy@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:16:04 +0200 Subject: [PATCH] server: run formatter --- server/index.d.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/server/index.d.ts b/server/index.d.ts index ddaea7ed..8c7321fc 100644 --- a/server/index.d.ts +++ b/server/index.d.ts @@ -3249,16 +3249,15 @@ declare module "alt-server" { */ export function restartResource(name: string): void; - /** * Adds an extra config key that will be passed from resource.toml to client - * + * * @param key the key to be added - * + * * @alpha */ - export function addClientConfigKey(key: string): void + export function addClientConfigKey(key: string): void; /** * Stops the specified resource.