ach-node-sdk
    Preparing search index...

    Interface CreateFileResponse

    CreateFileResponse

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

    An error message describing the problem intended for humans.

    CreateFileResponse

    file?: any

    CreateFileResponse

    id?: string

    File ID

    CreateFileResponse