Interface FileLockBody

interface FileLockBody {
    user: { cn: string; sn: string };
}

Properties

Properties

user: { cn: string; sn: string }