interface DeleteFolderAction {
    folder: string;
    recursive: boolean;
    type: "DeleteFolder_action";
}

Properties

Properties

folder: string
recursive: boolean
type: "DeleteFolder_action"

Generated using TypeDoc