mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-25 18:34:45 +00:00
Run prettier .-.
This commit is contained in:
@@ -105,6 +105,9 @@ export type APILimitsConfiguration = LimitsConfiguration;
|
||||
|
||||
export type APIStickerPackArray = StickerPack[];
|
||||
|
||||
export type APIConnectionsConfiguration = Record<string, {
|
||||
enabled: boolean;
|
||||
}>;
|
||||
export type APIConnectionsConfiguration = Record<
|
||||
string,
|
||||
{
|
||||
enabled: boolean;
|
||||
}
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user