Type alias AdaptyCustomImageAsset

AdaptyCustomImageAsset: {
    base64: string;
    type: "image";
} | {
    relativeAssetPath: string;
    type: "image";
} | {
    fileLocation: FileLocation;
    type: "image";
}

Type declaration

  • base64: string
  • type: "image"

Type declaration

  • relativeAssetPath: string
  • type: "image"

Type declaration

Generated using TypeDoc