mirror of
https://github.com/penpot/penpot.git
synced 2026-03-22 02:13:27 +00:00
5 lines
144 B
TypeScript
5 lines
144 B
TypeScript
import { z } from 'zod';
|
|
import { openUISchema } from './open-ui-options.schema.js';
|
|
|
|
export type OpenUIOptions = z.infer<typeof openUISchema>;
|