dashboard/shell/types/t.ts

2 lines
93 B
TypeScript

export type Translation = (key: string, args?: Record<string, any>, raw?: boolean) => string