Skip to content

Commit

Permalink
server: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Oct 16, 2023
1 parent f029a68 commit ba3414d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions server/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ba3414d

Please sign in to comment.