Type Alias BrikDataContentType

BrikDataContentType:
    | "title"
    | "text"
    | "subtext"
    | "list"
    | "img"
    | "image"
    | "button"
    | "group"
    | "custom"
    | "boolean"
    | "number"
    | "dropdown"

Enum representing the content types for a Brik data.

Content