6 lines
73 B
TypeScript
6 lines
73 B
TypeScript
|
|
export type H2NoCheckboxes = {
|
|
H2: string;
|
|
Lines: Array<string>;
|
|
};
|