import avro from 'avsc';
export default interface ISchema {
    name: string;
    scheme: avro.Type;
}
