LectureAttachmentKind
LectureAttachmentKind = typeof
KNOWN_LECTURE_ATTACHMENT_KINDS[number] |string& { }
Defined in: v1/schemas.ts:333
A lecture attachment kind.
Remarks
Section titled “Remarks”Accepts any string, but the members of KNOWN_LECTURE_ATTACHMENT_KINDS
are surfaced as autocomplete suggestions. The (string & {}) member is what
keeps those literal suggestions alive while still permitting kinds this SDK
has not seen yet — a plain string would collapse the union and lose them.