fix(core): update
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { ICheck } from '../data/checks.js';
|
||||
import { ICheckCollection } from '../data/checkcollection.js';
|
||||
import * as plugins from '../ul-interfaces.plugins.js';
|
||||
|
||||
export interface IRequest_CheckExchange
|
||||
@ -8,9 +8,9 @@ export interface IRequest_CheckExchange
|
||||
> {
|
||||
method: 'check';
|
||||
request: {
|
||||
check: ICheck;
|
||||
checkCollection: ICheckCollection;
|
||||
};
|
||||
response: {
|
||||
check: ICheck;
|
||||
checkCollection: ICheckCollection;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user