Updates to common enabled and hidden properties.

This commit is contained in:
Scott Idem
2025-11-13 20:16:22 -05:00
parent 88d36d512d
commit 3104304fdb
28 changed files with 94 additions and 94 deletions

View File

@@ -149,8 +149,8 @@ async function load_ae_obj_li__sponsorship(
for_obj_type: string,
for_obj_id: string,
inc_content_li?: boolean,
enabled?: string,
hidden?: string,
enabled?: "enabled" | "all" | "not_enabled" | undefined,
hidden?: "hidden" | "all" | "not_hidden" | undefined,
limit?: number,
offset?: number,
order_by_li?: key_val,