refactor: remove remaining dead code
This commit is contained in:
@@ -3,7 +3,7 @@ export type AnsiSegment = {
|
||||
style?: AnsiStyle;
|
||||
};
|
||||
|
||||
export type AnsiStyle = {
|
||||
type AnsiStyle = {
|
||||
backgroundColor?: string;
|
||||
color?: string;
|
||||
fontStyle?: "italic";
|
||||
|
||||
Reference in New Issue
Block a user