Skip to content

Type Alias: ThumbnailShape

ts
type ThumbnailShape = "SHAPE_UNSPECIFIED" | "ROUND" | "SQUARE";

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