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 APIStickerPackArray = StickerPack[];
export type APIConnectionsConfiguration = Record<string, { export type APIConnectionsConfiguration = Record<
enabled: boolean; string,
}>; {
enabled: boolean;
}
>;