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

    Interface UserFile

    interface UserFile {
        id: string;
        user_id: string;
        filename: string;
        size: number;
        content_type: string;
        created_at: string;
    }
    Index

    Properties

    id: string
    user_id: string
    filename: string
    size: number
    content_type: string
    created_at: string