Cerbos JavaScript SDK
    Preparing search index...

    Interface Uploader

    Metadata describing the uploader who made a change to a store.

    interface Uploader {
        metadata?: Record<string, Value>;
        name?: string;
    }
    Index

    Properties

    Properties

    metadata?: Record<string, Value>

    User-defined metadata describing the uploader.

    name?: string

    The name of the uploader.