mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-06-09 22:33:30 +00:00
New interfaces defined
This commit is contained in:
6
src/interfaces/ISection.ts
Normal file
6
src/interfaces/ISection.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { IList } from "./IList";
|
||||
|
||||
export default interface ISection {
|
||||
title: string;
|
||||
apiFunction: (page: number) => Promise<IList>;
|
||||
}
|
||||
Reference in New Issue
Block a user