Type Alias SerdeSuiteSettings

SerdeSuiteSettings: {
    createAdapter: (() => ISerde);
    expect: ExpectStatic;
    test: TestAPI;
}