Interface PostProjectLocksReleaseRequest

interface PostProjectLocksReleaseRequest {
    lockId: string;
    office: string;
}

Properties

Properties

lockId: string
office: string