@@ -25,6 +25,7 @@ export interface CheckResponse {
|
||||
export type CheckResult = {
|
||||
facts: FactResponse;
|
||||
check: CheckResponse;
|
||||
result: any;
|
||||
};
|
||||
|
||||
// @public
|
||||
|
||||
@@ -112,6 +112,7 @@ export type FactResponse = {
|
||||
export type CheckResult = {
|
||||
facts: FactResponse;
|
||||
check: CheckResponse;
|
||||
result: any;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user