export interface IobjectName { text: string; value: boolean; } export interface Interface { arrayName: IobjectName[]; }