···44import type * as ShTangledRepo from "./lexicons/types/sh/tangled/repo";
55import type * as ShTangledRepoIssue from "./lexicons/types/sh/tangled/repo/issue";
66import type * as ShTangledRepoPull from "./lexicons/types/sh/tangled/repo/pull";
77+import type * as ShTangledString from "./lexicons/types/sh/tangled/string";
7889export interface RecordView<V> {
910 uri: string;
···1920export type ProfileRecord = ShTangledActorProfile.Main;
2021export type IssueRecord = ShTangledRepoIssue.Main;
2122export type PullRecord = ShTangledRepoPull.Main;
2323+export type StringRecord = ShTangledString.Main;
22242325export const BULK_LIMIT = 50;
2426