mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 01:13:29 +00:00
refactor(test): stabilize case tables and readonly helper inputs
This commit is contained in:
@@ -6,4 +6,4 @@ export type TelegramInlineButton = {
|
||||
style?: TelegramButtonStyle;
|
||||
};
|
||||
|
||||
export type TelegramInlineButtons = TelegramInlineButton[][];
|
||||
export type TelegramInlineButtons = ReadonlyArray<ReadonlyArray<TelegramInlineButton>>;
|
||||
|
||||
Reference in New Issue
Block a user