This commit is contained in:
Owen 2025-09-21 20:50:01 -04:00
parent 0da95cbdb8
commit 95f94cffd2
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

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;