IOutput: {
    cooperativePrograms: {
        coopname: string;
        draft_id: number;
        id: number;
        is_active: boolean;
        program_type: string;
    }[];
}

Type declaration

  • cooperativePrograms: {
        coopname: string;
        draft_id: number;
        id: number;
        is_active: boolean;
        program_type: string;
    }[]

    Целевые потребительские программы кооператива (id, тип, активность, draft_id)