GHHG10's picture
download
raw
531 Bytes
export * as ConfigAttachments from "./attachments"
import { Schema } from "effect"
import { PositiveInt } from "../schema"
export class Image extends Schema.Class<Image>("ConfigV2.Attachments.Image")({
auto_resize: Schema.Boolean.pipe(Schema.optional),
max_width: PositiveInt.pipe(Schema.optional),
max_height: PositiveInt.pipe(Schema.optional),
max_base64_bytes: PositiveInt.pipe(Schema.optional),
}) {}
export class Info extends Schema.Class<Info>("ConfigV2.Attachments")({
image: Image.pipe(Schema.optional),
}) {}

Xet Storage Details

Size:
531 Bytes
·
Xet hash:
8937636269c810b681f2ef3ece38ac292f0fa6393be4756b69559041445a2a16

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