export interface MyShare { applications: string[]; attribute: string; chartName: string; chartTitle: string; chartType: string; chartUuid: string; createdDate: number; creatorName: string; creatorUname: string; dsCategory: string; dsTable: string; dsType: string; expired: number; message: string; organId: string; prefix: string; queryContext: string; sharedObject: string; sharedObjectName: string; started: number; type: string; uuid: string; } export interface ShareToMe { applications: string[]; attribute: string; chartName: string; chartTitle: string; chartType: string; chartUuid: string; createdDate: number; creatorName: string; creatorUname: string; dsCategory: string; dsTable: string; dsType: string; expired: number; message: string; organId: string; organName: string; prefix: string; queryContext: string; sharedObject: string; started: number; type: string; uuid: string; editable: boolean; }