Cerbos JavaScript SDK
    Preparing search index...

    Interface GetFilesRequest

    interface GetFilesRequest {
        files: string[];
        storeId: string;
    }
    Index

    Properties

    Properties

    files: string[]

    Paths of the files to retrieve.

    storeId: string

    ID of the store from which to get files.