Available types

StoryAreaTypeLink

Describes a story area pointing to an HTTP or tg:// link. Currently, a story can have up to 3 link areas.

fields

fieldtyperequireddescription
typestringrequiredType of the area, always “link”
urlstringrequiredHTTP or tg:// URL to be opened when the area is clicked

import

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

used by

types