Interface ILocalValues

    interface ILocalValues {
        materials: {
            default: string;
            symbol: number;
        }[];
    }

    Properties

    Properties

    materials: {
        default: string;
        symbol: number;
    }[]

    Type declaration

    • default: string
    • symbol: number

    Generated using TypeDoc and TypeDoc Airthium Plugin