Interface PostProjectLockRightsRemoveAllRequest

interface PostProjectLockRightsRemoveAllRequest {
    applicationId: string;
    office: string;
    userId: string;
}

Properties

applicationId: string
office: string
userId: string