export class Workbasket {
key: string;
created: string;
modified: string;
name: string;
description: string;
owner: string;
}