interface WaitFor {
    prop: string;
    value?: string | number;
    what?: WaitForWhat;
}

Properties

Properties

prop: string
value?: string | number