Skip to content

Variable: GlobEntrySchema

Makaio Framework


Makaio Framework / services-core/filesystem/schemas / GlobEntrySchema

const GlobEntrySchema: ZodObject<{ path: ZodString; relativePath: ZodString; size: ZodOptional<ZodNumber>; type: ZodEnum<{ directory: "directory"; file: "file"; }>; }, $strip>

Defined in: ../../../packages/services/core/src/filesystem/schemas.ts:254

Glob match entry.