Variable: FileEntrySchema
Makaio Framework / services-core/filesystem/schemas / FileEntrySchema
Variable: FileEntrySchema
Section titled “Variable: FileEntrySchema”
constFileEntrySchema:ZodObject<{isGitRepo:ZodOptional<ZodBoolean>;modified:ZodOptional<ZodNumber>;name:ZodString;path:ZodString;relativePath:ZodOptional<ZodString>;size:ZodOptional<ZodNumber>;type:ZodEnum<{directory:"directory";file:"file"; }>; },$strip>
Defined in: ../../../packages/services/core/src/filesystem/schemas.ts:83
Single file or directory entry.