/* tslint:disable:all */ /* tslint:disable:all */ export type DeferredOptionsResponse = [ { type: string; months: [string]; monthsOfGrace: [string]; [k: string]: any; } ];