Package version:

Interface UniqueKey

Interface for a single unique key passed as part of UniqueKeyPolicy

interface UniqueKey {
    paths: string[];
}

Properties

Properties

paths: string[]