type: style

scope: services, interfaces

subject: Apply code formatting

- Correct indentation and formatting to match code style standards in multiple 'interfaces' and 'services' files.
- Also ensure lines at the end of the files.

Signed-off-by: Mathis <yidhra@tuta.io>
This commit is contained in:
2024-04-30 10:55:37 +02:00
parent cda313866f
commit 56bfd8cd0d
33 changed files with 1708 additions and 1176 deletions

View File

@@ -1,7 +1,7 @@
export interface IDbCategory {
id?: string;
slug_name: string;
display_name: string
id?: string;
slug_name: string;
display_name: string;
}
export default IDbCategory;
export default IDbCategory;