export class TupleSpec extends Spec {
  protected _getType(): SchemaType {
    return SchemaType.Tuple;
  }
  get(_fields?: Fields): Specs {