UNPKG

@indicafix/types

Version:

useful package for type sharing in different services.

9 lines (8 loc) 145 B
export declare type Upload = { id: string; name: string; key: string; size: number; createdAt: Date; updatedAt: Date; };