@@ -0,0 +1,8 @@
export interface Localization {
id: number;
name: string;
language: string;
lines?: Record<string, string>;
created_at?: string;
updated_at?: string;
}
The note is not visible to the blocked user.