Interface PostProjectLocksDenyRequest

interface PostProjectLocksDenyRequest {
    lockId: string;
}

Properties

Properties

lockId: string