Cerbos JavaScript SDK
    Preparing search index...

    Interface GetFilesResponse

    Output from StoresClient.getFiles.

    interface GetFilesResponse {
        files: File[];
        storeVersion: bigint;
    }
    Index

    Properties

    Properties

    files: File[]

    The files that were retrieved from the store.

    storeVersion: bigint

    The current version of the store.