/** Build information meta data */ export default interface MetaInterface { /** Version */ version: string; /** Build date */ date: string; }