Type alias AdaptyCustomVideoAsset

AdaptyCustomVideoAsset: {
    relativeAssetPath: string;
    type: "video";
} | {
    fileLocation: FileLocation;
    type: "video";
}

Type declaration

  • relativeAssetPath: string
  • type: "video"

Type declaration

Generated using TypeDoc