export interface CacheImageTemplateValuesStructure {
    readonly MIRROR_NODE_VERSION: string;
    readonly BLOCK_NODE_VERSION: string;
    readonly RELAY_VERSION: string;
    readonly EXPLORER_VERSION: string;
    readonly MINIO_OPERATOR_VERSION: string;
    readonly CONSENSUS_NODE_VERSION: string;
}
