TronDesigner Website Integration
    Preparing search index...
    interface ILogoFilesDescriptionDTO {
        converted: string;
        convertedBlack?: string;
        convertedFormat: FileFormats;
        convertedWhite?: string;
        original?: string;
        originalFormat?: FileFormats;
        preview: string;
        previewBlack?: string;
        previewFormat: FileFormats;
        previewWhite?: string;
    }
    Index

    Properties

    converted: string
    convertedBlack?: string
    convertedFormat: FileFormats
    convertedWhite?: string
    original?: string
    originalFormat?: FileFormats
    preview: string
    previewBlack?: string
    previewFormat: FileFormats
    previewWhite?: string