UNPKG

@crowdin/app-project-module

Version:

Module that generates for you all common endpoints for serving standalone Crowdin App

10 lines (9 loc) 178 B
export interface UserErrors { id: number; action: string; message: string; data: any; createdAt: string; crowdinId: string; integrationId?: string; }