Type alias MaybeReadResult<Type>

MaybeReadResult<Type>: ReadResult<Type> | string

The return type of a read function that may fail. May be a ReadResult or an error message (string).

Type Parameters

  • Type

Generated using TypeDoc