Migrate actions,reducers and action types to TS #15
This commit is contained in:
15
app/services/imageGallery/IImageGalleryService.ts
Normal file
15
app/services/imageGallery/IImageGalleryService.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { User } from "domain/users";
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Image gallery service interface
|
||||
*
|
||||
* @export
|
||||
* @interface IImageGalleryService
|
||||
*/
|
||||
export interface IImageGalleryService {
|
||||
|
||||
|
||||
}
|
||||
5
app/services/imageGallery/index.ts
Normal file
5
app/services/imageGallery/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { IImageGalleryService } from "./IImageGalleryService";
|
||||
|
||||
export {
|
||||
IImageGalleryService
|
||||
}
|
||||
Reference in New Issue
Block a user