The object store folder payload interface.

interface IFolderPayload {
    action: Folder;
    path: string;
}

Properties

Properties

action: Folder

The object store folder payload action.

path: string

The path of the folder.

Generated using TypeDoc