| 62 | } |
| 63 | |
| 64 | interface CurrentScript { |
| 65 | id: number; |
| 66 | collectionId: number; |
| 67 | ownerId: number; |
| 68 | data: ScriptData; |
| 69 | isChanged: boolean; |
| 70 | } |
| 71 | |
| 72 | interface SidebarScript { |
| 73 | id: number; |
nothing calls this directly
no outgoing calls
no test coverage detected