UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

9 lines (8 loc) 152 B
export interface Locale { id: number; name: string; code: string; isDefault: boolean; createdAt?: string; updatedAt?: string; }