@cpod/sdk - v0.2.7
    Preparing search index...

    Interface TaskFile

    Task file information

    interface TaskFile {
        id: string;
        task_history_id: string;
        filename: string;
        file_path: string;
        size?: number;
        created_at: string;
    }
    Index

    Properties

    id: string
    task_history_id: string
    filename: string
    file_path: string
    size?: number
    created_at: string