Skip to main content

Variable: assertItemType

const assertItemType: (value) => "commentary" | "verse" | "passage" | "note" | "dictionary_entry" | "book_section" | "image" = itemTypeValidator.assert

Defined in: Data/Core/Types.ts:224

Parameters

value

unknown

Returns

"commentary" | "verse" | "passage" | "note" | "dictionary_entry" | "book_section" | "image"