export interface UpdateRequestEntity { accountIdentifier: string; identifier: string; org?: string; project?: string; }