/* tslint:disable:all */ /* tslint:disable:all */ export interface BinBody { bin: string; [k: string]: any; }