Variable: ListDirectoryResponseSchema
Makaio Framework / services-core/filesystem/schemas / ListDirectoryResponseSchema
Variable: ListDirectoryResponseSchema
Section titled “Variable: ListDirectoryResponseSchema”
constListDirectoryResponseSchema:ZodObject<{breadcrumbs:ZodArray<ZodObject<{name:ZodString;path:ZodString; },$strip>>;entries:ZodArray<ZodObject<{isGitRepo:ZodOptional<ZodBoolean>;modified:ZodOptional<ZodNumber>;name:ZodString;path:ZodString;relativePath:ZodOptional<ZodString>;size:ZodOptional<ZodNumber>;type:ZodEnum<{directory:"directory";file:"file"; }>; },$strip>>;errors:ZodOptional<ZodArray<ZodObject<{code:ZodString;message:ZodString;name:ZodString; },$strip>>>;isGitRepo:ZodBoolean;parentPath:ZodNullable<ZodString>;path:ZodString;segments:ZodArray<ZodString>; },$strip>
Defined in: ../../../packages/services/core/src/filesystem/schemas.ts:175