Type Alias: SkillQuery
Makaio Framework / contracts / SkillQuery
Type Alias: SkillQuery
Section titled “Type Alias: SkillQuery”SkillQuery =
z.infer<typeofSkillQuerySchema>
Defined in: ../../../packages/contracts/src/skill/schemas.ts:241
Type Composition
Section titled “Type Composition”SkillQueryz.infer<typeof SkillQuerySchema>typeof SkillQuerySchema
Resolved Shape
Section titled “Resolved Shape”type SkillQuery = { sessionId?: string | undefined; projectId?: string | undefined; adapterId?: string | undefined; category?: string | undefined; tags?: Array<string> | undefined; enabledOnly?: boolean | undefined;};