export interface Source { deployment: {}; nodes: {}; /** Source format version */ version: string; }