Interface PostProjectLockRightsUpdateRequest

interface PostProjectLockRightsUpdateRequest {
    allow: boolean;
    applicationId: string;
    office: string;
    projectMask?: string;
    userId: string;
}

Properties

allow: boolean
applicationId: string
office: string
projectMask?: string
userId: string