@tempots/std > Valid
Represents a valid result.
Signature:
export type Valid = { readonly type: 'valid'; };