Skip to content

Type Alias: ThumbnailFormat

ts
type ThumbnailFormat = "FORMAT_UNSPECIFIED" | "PNG" | "JPEG";

Defined in: src/types/users.ts:32