interface IItemResourceResponse {
    folder: string;
    itemId: string;
    owner: string;
    success: boolean;
}

Properties

folder: string
itemId: string
owner: string
success: boolean