Interface FlattenFileResponse

FlattenFileResponse

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

Properties

Properties

error?: string

An error message describing the problem intended for humans.

FlattenFileResponse

file?: any

FlattenFileResponse

id?: string

File ID

FlattenFileResponse