ultisuite-client/lib/mail-settings/list-row-id.ts
R3D347HR4Y 9266aa34cd huhu
2026-05-19 22:20:43 +02:00

9 lines
240 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { threadStoreId } from "@/lib/mail-thread"
/** @deprecated Utiliser `threadStoreId` ou lid message directement selon le cas. */
export function listRowStoreId(listId: string): string {
return listId
}
export { threadStoreId }