Skip to content

Commit

Permalink
lint:js
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrico committed Jan 8, 2025
1 parent 43b0361 commit 19e314c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/ts/@types/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ interface DataLayer

interface SettingsPageResponse
extends Readonly< {
message: string,
success: boolean,
message: string;
success: boolean;
data: {
dataLayer: DataLayer;
collectors: Collector[];
settings: Settings;
errors: Errors;
}
};
} > {}

0 comments on commit 19e314c

Please sign in to comment.