stack

Home > @infiniteobjects/data-types > IVideoPrintRendersFlash

IVideoPrintRendersFlash type

Flash render files

Signature:

export type IVideoPrintRendersFlash = {
    [profile in DeviceColorProfile]: Nullable<IStorageObject>;
};

References: DeviceColorProfile, Nullable, IStorageObject