UNPKG

bunnycdn

Version:

Use the unofficial BunnyCDN library quickly and easily with Javascript

27 lines (26 loc) 621 B
export interface APIStorageEntity { "Guid": string; "StorageZoneName": string; "Path": string; "ObjectName": string; "Length": number; "LastChanged": string; "IsDirectory": boolean; "ServerId": number; "UserId": string; "DateCreated": string; "StorageZoneId": number; } export interface StorageEntity { "Guid": string; "StorageZoneName": string; "Path": string; "ObjectName": string; "Length": number; "LastChanged": Date; "IsDirectory": boolean; "ServerId": number; "UserId": string; "DateCreated": Date; "StorageZoneId": number; }