@urixen/ptero-connect
    Preparing search index...

    Type Alias FilesList

    type FilesList = {
        data: {
            attributes: {
                created_at: string;
                is_editable: boolean;
                is_file: boolean;
                is_symlink: boolean;
                mimetype: string;
                mode: string;
                modified_at: string;
                name: string;
                size: number;
            };
            object: "file_object";
        }[];
        object: "list";
    }
    Index

    Properties

    Properties

    data: {
        attributes: {
            created_at: string;
            is_editable: boolean;
            is_file: boolean;
            is_symlink: boolean;
            mimetype: string;
            mode: string;
            modified_at: string;
            name: string;
            size: number;
        };
        object: "file_object";
    }[]
    object: "list"