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

    Properties

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