@squidcloud/client
    Preparing search index...

    Interface ListDirectoryContentsResponse

    Represents the response containing a list of directories and files within a specified directory in the storage bucket.

    interface ListDirectoryContentsResponse {
        directories: string[];
        files: FileInDirectory[];
    }
    Index

    Properties

    Properties

    directories: string[]

    An array of directory names present in the specified directory.

    An array of files present in the specified directory.