TypedOffer
Type Alias: TypedOffer
type TypedOffer = {
endTime: Date;
metadata: {
backgroundColor: string | null;
backgroundImage: string | null;
colorMode: "light" | "dark" | null;
description: string | null;
image: string | null;
title: string;
url: string | null;
};
startTime: Date;
status: "DRAFT" | "ACTIVE" | "CLOSED";
};Properties
endTime
metadata
Name
Type
startTime
status
Last updated