OfferMetadata
Type Alias: OfferMetadata
type OfferMetadata = {
backgroundColor: string | null;
backgroundImage: string | null;
colorMode: "light" | "dark" | null;
description: string | null;
image: string | null;
title: string;
url: string | null;
};Properties
backgroundColor?
optional backgroundColor: string | null;backgroundImage?
colorMode?
description?
image?
title
url?
Last updated