Interface FileRestrictions

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

Hierarchy (view full)

Properties

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