@webda/core
Version:
Expose API with Lambda
13 lines (12 loc) • 331 B
TypeScript
/**
* This test file tries to validate all aspect of the model driven
*
* It use the Contact model as a reference
*/
import { WebdaTest } from "../test.js";
export declare class ModelDrivenTest extends WebdaTest {
after(): void;
test(): Promise<void>;
classrooms(): Promise<void>;
listeners(): Promise<void>;
}