/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/plugins/i18n/shared/contracts/shared.ts
7 строк
129 B
Alexandre Bodin
chore: use rollup
23 янв 2025, 18:28
23 янв 2025, 18:28
92055a7
Код
Авторство
О чём код?
import type { Data } from '@strapi/types'; export interface Entity { id: Data.ID; createdAt: string; updatedAt: string; }