Interface CreateFileResponse

CreateFileResponse

interface CreateFileResponse {
    error?: string;
    file?: any;
    id?: string;
}

Properties

Properties

error?: string

An error message describing the problem intended for humans.

CreateFileResponse

file?: any

CreateFileResponse

id?: string

File ID

CreateFileResponse