Eulergraph
    Preparing search index...

    Type Alias WagonModel

    type WagonModel = {
        fixPoints: Record<string, Record<string, string>[]>;
        models: Record<string, string>[];
        name: string;
        restrictions: Record<string, string>[];
        views: UngredView;
    }
    Index

    Properties

    fixPoints: Record<string, Record<string, string>[]>
    models: Record<string, string>[]
    name: string
    restrictions: Record<string, string>[]
    views: UngredView