@supernovaio/cli
Version:
Supernova.io Command Line Interface
19 lines (17 loc) • 793 B
JavaScript
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="8870c986-d0c9-5d6c-8e83-659e15cf3d5e")}catch(e){}}();
import { z } from "zod";
const safeString = z.string().optional().catch(undefined);
export const SupernovaConfigStorybook = z.object({
designSystemId: safeString,
sourceId: safeString,
brandId: safeString,
name: safeString,
from: safeString,
});
export const SupernovaConfig = z
.object({
storybook: SupernovaConfigStorybook.optional().catch(undefined),
})
.catch({});
//# sourceMappingURL=config.js.map
//# debugId=8870c986-d0c9-5d6c-8e83-659e15cf3d5e