GHHG10's picture
download
raw
410 Bytes
export * as ConfigPlugin from "./plugin"
import { Schema } from "effect"
export class Entry extends Schema.Class<Entry>("ConfigV2.Plugin.Entry")({
package: Schema.String,
options: Schema.Record(Schema.String, Schema.Unknown).pipe(Schema.optional),
}) {}
export const Plugin = Schema.Union([Schema.String, Entry])
export type Plugin = typeof Plugin.Type
export const Plugins = Plugin.pipe(Schema.Array)

Xet Storage Details

Size:
410 Bytes
·
Xet hash:
0715cecda636c240526290b0d81b6dbecd5e06b698187f700f1ab4bd10ddce53

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.