Interface UniquenessOpts

interface UniquenessOpts {
    scope?: string;
}

Properties

Properties

scope?: string