This commit is contained in:
Owen
2025-09-21 20:50:01 -04:00
parent 0da95cbdb8
commit 95f94cffd2

View File

@@ -85,7 +85,7 @@ const updateHttpResourceBodySchema = z
message:
"Invalid custom Host Header value. Use domain name format, or save empty to unset custom Host Header."
}
)
);
export type UpdateResourceResponse = Resource;