Interface IAssertOptions

interface IAssertOptions {
    onResult: ((result: IAssertionResult<unknown>) => void);
}

Properties

Properties

onResult: ((result: IAssertionResult<unknown>) => void)