jormungandr-bite/packages/iceshrimp-js/markdown/iceshrimp-js.entities.drivefile.md
2023-07-21 19:33:01 +02:00

709 B

Home > iceshrimp-js > entities > DriveFile

entities.DriveFile type

Signature:

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>;
};

References: ID, DateString