mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 03:30:25 -05:00
🐛 fix: Remove unnecessary blank lines in multiple index files for cleaner code structure
This commit is contained in:
parent
3b6ef177ba
commit
6a823b8faa
3
apps/admin/services/admin/typings.d.ts
vendored
3
apps/admin/services/admin/typings.d.ts
vendored
@ -311,7 +311,6 @@ declare namespace API {
|
||||
name: string;
|
||||
country?: string;
|
||||
city?: string;
|
||||
ratio: number;
|
||||
address: string;
|
||||
sort?: number;
|
||||
protocols: Protocol[];
|
||||
@ -1829,7 +1828,6 @@ declare namespace API {
|
||||
name: string;
|
||||
country: string;
|
||||
city: string;
|
||||
ratio: number;
|
||||
address: string;
|
||||
sort: number;
|
||||
protocols: Protocol[];
|
||||
@ -2252,7 +2250,6 @@ declare namespace API {
|
||||
name: string;
|
||||
country?: string;
|
||||
city?: string;
|
||||
ratio: number;
|
||||
address: string;
|
||||
sort?: number;
|
||||
protocols: Protocol[];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user