GHHG10's picture
download
raw
557 Bytes
export * as PermissionSchema from "./schema"
import { Schema } from "effect"
export const Effect = Schema.Literals(["allow", "deny", "ask"]).annotate({ identifier: "PermissionV2.Effect" })
export type Effect = typeof Effect.Type
export const Rule = Schema.Struct({
action: Schema.String,
resource: Schema.String,
effect: Effect,
}).annotate({ identifier: "PermissionV2.Rule" })
export type Rule = typeof Rule.Type
export const Ruleset = Schema.Array(Rule).annotate({ identifier: "PermissionV2.Ruleset" })
export type Ruleset = typeof Ruleset.Type

Xet Storage Details

Size:
557 Bytes
·
Xet hash:
914e8c2bf0e482a24d9a24f46feb408747a77b9f2ed6dfc7cb95f6902977b374

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