Interface RequirableRestriction

interface RequirableRestriction {
    masked?: {
        currentUserIsAuthorizedToReveal: boolean;
        revealUrl?: string;
    };
    required: boolean;
}

Hierarchy (view full)

Properties

Properties

masked?: {
    currentUserIsAuthorizedToReveal: boolean;
    revealUrl?: string;
}
required: boolean