Project: {    archiveTime: number;    archivingItemCount: number;    archivingStrategy: ArchivingStrategy;    common: boolean;    createTime: number;    description: string;    id: number;    name: string;    osType: OsType;    readOnly: boolean;    rowIndex: number;    shared: boolean;    sharedByEmail: string;    sharedById: number;    sharedWithCaller: boolean;    successRatio: number;    userEmail: string;    userId: number;} Type declaration
- archiveTime: number
- archivingItemCount: number
- common: boolean
- createTime: number
- description: string
- id: number
- name: string
- readOnly: boolean
- rowIndex: number
- shared: boolean
- sharedByEmail: string
- sharedById: number
- sharedWithCaller: boolean
- successRatio: number
- userEmail: string
- userId: number