Skip to content

Commit

Permalink
fix(lint): Change type to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
krzotki committed Nov 18, 2024
1 parent 0a8ad8c commit ecedee5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import {
} from '@brainly-gene/core';
import nodeFetch from 'node-fetch';

export type <%= fileName %>DataTypeAPI = {
export interface <%= fileName %>DataTypeAPI {
title: string;
};
export type VariablesType = {
export interface VariablesType {
id: number
};

Expand Down

0 comments on commit ecedee5

Please sign in to comment.