/** Common interface for Block and Realm */ export interface BaseObj { system: string; __version__: string; /** imageTag to be used (with the starting ':' (default to "latest") */ imageTag: string; }