Type alias FileProperties
FileProperties: {
createdById: string;
createdByName: string;
createdDate: string;
fileName: string;
fullName: string;
id: string;
lastModifiedById: string;
lastModifiedByName: string;
lastModifiedDate: string;
manageableState?: string | null;
namespacePrefix?: string | null;
type: string;
}
Type declaration
createdById: string
createdByName: string
createdDate: string
fileName: string
fullName: string
id: string
lastModifiedById: string
lastModifiedByName: string
lastModifiedDate: string
Optional
manageableState?: string | null
Optional
namespacePrefix?: string | null
type: string