OfferMetadata

@torque-labs/sdk


@torque-labs/sdk / 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;
};

Defined in: sdk/src/types/schemaTypes.ts:1118

Properties

backgroundColor?

optional backgroundColor: string | null;

Defined in: sdk/src/types/schemaTypes.ts:1124


backgroundImage?

optional backgroundImage: string | null;

Defined in: sdk/src/types/schemaTypes.ts:1123


colorMode?

optional colorMode: "light" | "dark" | null;

Defined in: sdk/src/types/schemaTypes.ts:1125


description?

optional description: string | null;

Defined in: sdk/src/types/schemaTypes.ts:1121


image?

optional image: string | null;

Defined in: sdk/src/types/schemaTypes.ts:1120


title

title: string;

Defined in: sdk/src/types/schemaTypes.ts:1119


url?

optional url: string | null;

Defined in: sdk/src/types/schemaTypes.ts:1122

Last updated