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

    Interface FileStorageFileInfo

    Storage file info

    interface FileStorageFileInfo {
        id: string;
        name: string;
        path: string;
        size: number;
        content_type: string;
        created_at: string;
        updated_at: string;
    }
    Index

    Properties

    id: string
    name: string
    path: string
    size: number
    content_type: string
    created_at: string
    updated_at: string