astro-ghostcms/packages/create-astro-ghostcms/types.d.ts

4 lines
151 B
TypeScript
Raw Normal View History

2024-01-27 20:06:41 +00:00
export * from "./index";
export type PackageManager = "npm" | "yarn" | "pnpm";
export type Serializable = string | object | number | boolean | bigint;