Traqula
    Preparing search index...

    Interface NegativeTest

    interface NegativeTest {
        name: string;
        statics: () => Promise<{ query: string }>;
    }
    Index

    Properties

    Properties

    name: string
    statics: () => Promise<{ query: string }>