interface ResultPlan {
    name: string;
    overwrite: undefined | boolean;
}

Properties

Properties

name: string

by which to save the item

overwrite: undefined | boolean

whether to overwrite an existing item. If false and there is a conflict, the contract will autogen a similar name.