Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/core/macro/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export type LabeledExpression<T> = Record<string, T>
export type MessagePlaceholder =
| string
| number
| LabeledExpression<string | number>
| bigint
| LabeledExpression<string | number | bigint>

/**
* Translates a template string using the global I18n instance
Expand Down
Loading