Add interfaces package
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import * as plugins from '../plugins.js';
|
||||
import * as data from '../data/index.js';
|
||||
|
||||
export interface IReq_GetHomeSnapshot
|
||||
extends plugins.typedRequestInterfaces.implementsTR<
|
||||
plugins.typedRequestInterfaces.ITypedRequest,
|
||||
IReq_GetHomeSnapshot
|
||||
> {
|
||||
method: 'getHomeSnapshot';
|
||||
request: {};
|
||||
response: {
|
||||
snapshot: data.IHomeSnapshot;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user