mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-13 18:32:39 +00:00
4 lines
430 B
TypeScript
4 lines
430 B
TypeScript
export type MessageKey = "label.context" | "label.usage" | "label.approxRam" | "label.rules" | "label.hooks" | "status.limitReached" | "status.allTodosComplete" | "format.resets" | "format.resetsIn" | "format.in" | "format.cache" | "format.out" | "format.tokPerSec" | "init.initializing" | "init.macosNote";
|
|
export type Messages = Record<MessageKey, string>;
|
|
export type Language = "en" | "zh";
|
|
//# sourceMappingURL=types.d.ts.map
|