Variable: GlobEntrySchema
Makaio Framework / services-core/filesystem/schemas / GlobEntrySchema
Variable: GlobEntrySchema
Section titled “Variable: GlobEntrySchema”
constGlobEntrySchema: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.