Provides struct and type for a Image.EditCreateRequest
@type t() :: %OpenAi.Image.EditCreateRequest{ image: String.t(), mask: String.t() | nil, model: String.t() | nil, n: integer() | nil, prompt: String.t(), response_format: String.t() | nil, size: String.t() | nil, user: String.t() | nil }