cleanup
This commit is contained in:
parent
a00b0c1d41
commit
e2702c00ee
4 changed files with 8 additions and 117 deletions
|
|
@ -6,8 +6,8 @@ public record struct RequestBody(
|
|||
[property: JsonPropertyName("canvas_rect")]
|
||||
string CanvasRect,
|
||||
[property: JsonPropertyName("crop_offset")]
|
||||
double[] CropOffset,
|
||||
float[] CropOffset,
|
||||
[property: JsonPropertyName("crop_size")]
|
||||
double[] CropSize,
|
||||
float[] CropSize,
|
||||
[property: JsonPropertyName("output_scale")]
|
||||
double OutputScale );
|
||||
float OutputScale );
|
||||
Loading…
Add table
Add a link
Reference in a new issue