export interface InstructionEntity { id: number; name: string; display_name: string | null; program_account_id: number; } export default InstructionEntity;