Type Alias: ContentSource
Makaio Framework / contracts/shared / ContentSource
Type Alias: ContentSource
Section titled “Type Alias: ContentSource”ContentSource =
z.infer<typeofContentSourceSchema>
Defined in: ../../../packages/contracts/src/shared/index.ts:173
Inferred TypeScript types from schemas.
Type Composition
Section titled “Type Composition”ContentSourcez.infer<typeof ContentSourceSchema>typeof ContentSourceSchema
Resolved Shape
Section titled “Resolved Shape”type ContentSource = { type: 'url' | 'base64'; mimeType?: string | undefined;};