Available types

GiftBackground

This object describes the background of a gift.

fields

fieldtyperequireddescription
center_colornumberrequiredCenter color of the background in RGB format
edge_colornumberrequiredEdge color of the background in RGB format
text_colornumberrequiredText color of the background in RGB format

import

types.ts
import type { GiftBackground } from "@yaebal/types";

used by

types