export type handler_SuccessResponse = { /** * Whether the operation succeeded. */ success?: boolean; };