Interface PrefabActionDeleteStepOption

interface PrefabActionDeleteStepOption {
    ref: {
        customModel: string;
        object: string;
    };
}

Properties

Properties

ref: {
    customModel: string;
    object: string;
}