Skip to content

Variable: ListDirectoryRequestSchema

Makaio Framework


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

const ListDirectoryRequestSchema: ZodObject<{ machineId: ZodString; options: ZodOptional<ZodObject<{ excludeNames: ZodOptional<ZodArray<ZodString>>; includeHidden: ZodDefault<ZodOptional<ZodBoolean>>; }, $strip>>; path: ZodOptional<ZodString>; }, $strip>

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