interface File {
    contentType: string;
    createdById?: string;
    createdOn?: Date;
    downloadUrl: string;
    fileKey: string;
    fileName: string;
    fileSize: string;
    fileUrl: string;
    id?: string;
    orgId?: string;
    orgSlug?: string;
    ownedByReference?: string;
    readUpdatedOn?: Date;
    ttl?: number;
    updatedById?: string;
    updatedOn?: Date;
    uploadPost: any;
    uploaded: boolean;
}

Hierarchy

  • OrgManagedEntity
    • File

Properties

contentType: string
createdById?: string
createdOn?: Date
downloadUrl: string
fileKey: string
fileName: string
fileSize: string
fileUrl: string
id?: string
orgId?: string
orgSlug?: string
ownedByReference?: string
readUpdatedOn?: Date
ttl?: number
updatedById?: string
updatedOn?: Date
uploadPost: any
uploaded: boolean

Generated using TypeDoc