mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-17 11:43:54 +00:00
Minor: mark params optional for test case reports end point (#18120)
This commit is contained in:
parent
beb426c59b
commit
d678e04e2e
@ -107,8 +107,8 @@ export type ListTestCaseSearchResultsParams = {
|
||||
testCaseFQN?: string;
|
||||
testSuiteId?: string;
|
||||
latest?: boolean;
|
||||
testCaseType: TestCaseType;
|
||||
dataQualityDimension: DataQualityDimensions;
|
||||
testCaseType?: TestCaseType;
|
||||
dataQualityDimension?: DataQualityDimensions;
|
||||
};
|
||||
|
||||
export type AddTestCaseToLogicalTestSuiteType = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user