export ModelFile

interface ModelFile {
    created?: string;
    expires_at?: null | string;
    filename?: null | string;
    id?: null | string;
    links?: FileLinkStripeList;
    object?: null | string;
    purpose?: null | string;
    size?: number;
    title?: null | string;
    type?: null | string;
    url?: null | string;
}

Properties

created?: string
expires_at?: null | string
filename?: null | string
id?: null | string
object?: null | string
purpose?: null | string
size?: number
title?: null | string
type?: null | string
url?: null | string