import type Ifi from '../../models/Ifi'; interface Options { readonly organisation: string; readonly ifi: Ifi; } export default Options;