/* tslint:disable:all */ /* tslint:disable:all */ export interface IDeferredResponse { type: string; months: string[]; monthsOfGrace: string[]; name?: string; brand?: string; }