mirror of
https://github.com/gristlabs/grist-core.git
synced 2025-12-14 23:21:55 +00:00
5 lines
80 B
TypeScript
5 lines
80 B
TypeScript
|
|
export interface TestState {
|
||
|
|
clipboard?: string;
|
||
|
|
anchorApplied?: boolean;
|
||
|
|
}
|