trashposs/packages/trashposs-js/markdown/trashposs-js.entities.drivefile.md

27 lines
709 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2024-04-06 22:57:52 +02:00
[Home](./index.md) &gt; [trashposs-js](./trashposs-js.md) &gt; [entities](./trashposs-js.entities.md) &gt; [DriveFile](./trashposs-js.entities.drivefile.md)
## entities.DriveFile type
**Signature:**
```typescript
export declare type DriveFile = {
id: ID;
createdAt: DateString;
isSensitive: boolean;
name: string;
thumbnailUrl: string;
url: string;
type: string;
size: number;
md5: string;
blurhash: string;
comment: string | null;
properties: Record<string, any>;
};
```
2024-04-06 22:57:52 +02:00
**References:** [ID](./trashposs-js.entities.id.md)<!-- -->, [DateString](./trashposs-js.entities.datestring.md)