UNPKG

@wepublish/api

Version:
12 lines (11 loc) 339 B
import { RichTextNode } from "../../../richtext-api/src"; export interface PeerProfile { name: string; logoID?: string | null; themeColor: string; themeFontColor: string; callToActionText: RichTextNode[]; callToActionURL: string; callToActionImageID?: string | null; callToActionImageURL?: string | null; }