1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-19 17:21:35 +02:00

Run prettier .-.

This commit is contained in:
TomatoCake 2024-07-13 06:09:56 +02:00 committed by Madeline
parent d56ba86851
commit bbaef373f9

View File

@ -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;
}
>;