interface YupLikeSchema {
    validate(value: any): Promise<unknown>;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Methods

Methods