@tempots/std
PromiseValidation type
Represents a promise that resolves to a Validation
object.
Signature:
export type PromiseValidation = PromiseLike<Validation>;
References: Validation
Represents a promise that resolves to a Validation
object.
Signature:
export type PromiseValidation = PromiseLike<Validation>;
References: Validation