Skip to content

Commit bfc2c0f

Browse files
committed
Formatting
1 parent 858f260 commit bfc2c0f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/vertexai/src/types/imagen/responses.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ export interface ImagenGCSImage {
5252
*
5353
* @public
5454
*/
55-
export interface ImagenGenerationResponse<T extends ImagenInlineImage | ImagenGCSImage> {
55+
export interface ImagenGenerationResponse<
56+
T extends ImagenInlineImage | ImagenGCSImage
57+
> {
5658
/**
5759
* The images generated by Imagen.
5860
* If all images were filtered due to safety reasons, this array will be empty.
@@ -65,4 +67,4 @@ export interface ImagenGenerationResponse<T extends ImagenInlineImage | ImagenGC
6567
* {@link https://cloud.google.com/vertex-ai/generative-ai/docs/image/responsible-ai-imagen#safety-categories}.
6668
*/
6769
filteredReason?: string;
68-
};
70+
}

0 commit comments

Comments
 (0)