Cerbos JavaScript SDK
    Preparing search index...

    Interface ListFilesRequest

    interface ListFilesRequest {
        filter?: FileFilter;
        storeId: string;
    }
    Index

    Properties

    Properties

    filter?: FileFilter

    Filter to limit which files are listed.

    storeId: string

    ID of the store from which to list files.