Bind dashboard front-end to component
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export default interface IRepository {
|
||||
Create(t: any): any;
|
||||
Read(t: any): any;
|
||||
Update(t: any): any;
|
||||
Delete(t: any): any;
|
||||
}
|
||||
Reference in New Issue
Block a user