@ptkl/sdk - v1.3.4
    Preparing search index...
    MinimaxOrder: MinimaxLeanOrder & {
        CustomerAddress: string;
        CustomerCity: string;
        CustomerCountry: MinimaxReference;
        CustomerCountryName: string;
        CustomerName: string;
        CustomerPostalCode: string;
        DateCanceled: string;
        DateCompleted: string;
        DateConfirmed: string;
        DescriptionAbove: string;
        DescriptionBelow: string;
        DueDate: string;
        Notes: string;
        OrderRows: MinimaxOrderRow[];
        RecipientAddress: string;
        RecipientCity: string;
        RecipientCountry: MinimaxReference;
        RecipientCountryName: string;
        RecipientName: string;
        RecipientPostalCode: string;
        RecordDtModified: string;
        Reference: string;
        ReportTemplate: MinimaxReference;
        RowVersion: string;
    }