Tanatloc documentation
    Preparing search index...

    Interface IOutput

    Output

    interface IOutput {
        extra?: { name: string; unit: IUnit; units: IUnit[] }[];
        geometry?: string;
        name: string;
        type: "VTU" | "DATA" | "COUPLING";
    }
    Index

    Properties

    extra?: { name: string; unit: IUnit; units: IUnit[] }[]
    geometry?: string
    name: string
    type: "VTU" | "DATA" | "COUPLING"