Search


Search something to see results

RecordSchema

record

interface RecordSchema<Key extends PropertyKey, Value, Input = unknown> {
    parse: Object;
}

Type Parameters

  • Key extends PropertyKey
  • Value
  • Input = unknown

Hierarchy (View Summary)

Index

Parsing

Parsing

parse: Object