Available types

StoryAreaTypeWeather

Describes a story area containing weather information. Currently, a story can have up to 3 weather areas.

fields

fieldtyperequireddescription
typestringrequiredType of the area, always “weather”
temperaturenumberrequiredTemperature, in degree Celsius
emojistringrequiredEmoji representing the weather
background_colornumberrequiredA color of the area background in the ARGB format

import

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

used by

types