Interface DocsDoc

interface DocsDoc {
    access_key: string;
    date: number;
    ext: string;
    id: number;
    owner_id: number;
    size: number;
    tags: string[];
    title: string;
    type: number;
    url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

access_key: string

Access key for the document

date: number

Date when file has been uploaded in Unixtime

ext: string

File extension

id: number

Document ID

owner_id: number

Document owner ID

size: number

File size in bites

tags: string[]
title: string

Document title

type: number

Document type

url: string

File URL

Generated using TypeDoc