Cerbos JavaScript SDK
    Preparing search index...

    Interface ChangeDetails

    Metadata describing a change that was made to a store.

    interface ChangeDetails {
        description?: string;
        origin?: ChangeOrigin;
        uploader?: Uploader;
    }
    Index

    Properties

    description?: string

    Description of the change.

    origin?: ChangeOrigin

    Origin of the change.

    uploader?: Uploader

    Metadata describing the uploader who made the change.