conformation.ts 211 B

12345678910
  1. /**
  2. * Copyright (c) 2017 molio contributors, licensed under MIT, See LICENSE file for more info.
  3. *
  4. * @author David Sehnal <david.sehnal@gmail.com>
  5. */
  6. interface Conformation {
  7. }
  8. export default Conformation