9 lines
240 B
TypeScript
9 lines
240 B
TypeScript
import { threadStoreId } from "@/lib/mail-thread"
|
||
|
||
/** @deprecated Utiliser `threadStoreId` ou l’id message directement selon le cas. */
|
||
export function listRowStoreId(listId: string): string {
|
||
return listId
|
||
}
|
||
|
||
export { threadStoreId }
|