Skip to content

Commit

Permalink
Run prettier .-.
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Jul 13, 2024
1 parent ae3e5f8 commit 58612e4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/util/schemas/responses/TypedResponses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
>;

0 comments on commit 58612e4

Please sign in to comment.