Home > @infiniteobjects/data-types > IVideoPrintRendersFlash
Flash render files
Signature:
export type IVideoPrintRendersFlash = {
[profile in DeviceColorProfile]: Nullable<IStorageObject>;
};
References: DeviceColorProfile, Nullable, IStorageObject