mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
more
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { z } from 'zod';
|
||||
|
||||
const postgresClusterSpecSchema = z.object({});
|
||||
|
||||
export { postgresClusterSpecSchema };
|
||||
Reference in New Issue
Block a user