| 17 | } |
| 18 | |
| 19 | export interface InstanceInterface extends InstanceData { |
| 20 | create_instance: Function; |
| 21 | create_frontend_instance: Function; |
| 22 | get_instance_data: Function; |
| 23 | } |
| 24 | |
| 25 | export interface RelationInstanceData extends InstanceData { |
| 26 | from_instance_id: number | string; |
nothing calls this directly
no outgoing calls
no test coverage detected