refactor: improve type safety, Svelte 5 reactivity, and API resilience
This commit is contained in:
@@ -60,6 +60,7 @@ export async function load_ae_obj_li__address({
|
||||
limit = 99,
|
||||
offset = 0,
|
||||
order_by_li = { city: 'ASC' },
|
||||
params = {},
|
||||
try_cache = true,
|
||||
log_lvl = 0
|
||||
}: {
|
||||
@@ -71,6 +72,7 @@ export async function load_ae_obj_li__address({
|
||||
view?: string;
|
||||
limit?: number;
|
||||
offset?: number;
|
||||
order_by_li?: Record<string, 'ASC' | 'DESC'>;
|
||||
params?: key_val;
|
||||
try_cache?: boolean;
|
||||
log_lvl?: number;
|
||||
|
||||
Reference in New Issue
Block a user