/** Meta Information Interface */ export default interface MetaInterface { /** Version */ version: string; /** Build Date */ date: string; }