Cerbos JavaScript SDK
    Preparing search index...

    Interface ListFilesResponse

    interface ListFilesResponse {
        files: string[];
        storeVersion: bigint;
    }
    Index

    Properties

    Properties

    files: string[]

    Paths of the files that were found in the store.

    storeVersion: bigint

    The current version of the store.