export interface Resource { name: string; createdAt: string; modifiedAt: string; uuid: string; ownerUuid: string; href: string; kind: string; }