fix lint yet again
parent
ef09ff6615
commit
99fb62cc68
|
@ -33,7 +33,7 @@ interface IRule<T, D = void> {
|
|||
interface IArgs<T, D = void> {
|
||||
rules: IRule<T, D>[];
|
||||
description(this: T, derivedData: D): React.ReactChild;
|
||||
hideDescriptionIfValid: Boolean;
|
||||
hideDescriptionIfValid?: Boolean;
|
||||
deriveData?(data: Data): Promise<D>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue