0.2.1 • Published 9 months ago

@stellab/cs-schemas v0.2.1

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
9 months ago

CS Schemas

Types and schemas for the CS ecosystem.

Installation

npm i @stellab/cs-schemas

Usage

Types

import { GetFilesByIdsActionParams } from "@stellab/cs-schemas";

const params: GetFilesByIdsActionParams = {
  ids: [
    "e2f3f1e2717072d5966af119a871d7c9d859f1ddff1ab04a0e7672298e1e1cf0",
    "66b2a03838fb832876a3a69c8ce97cfa14d5b6f31432d2af2ba0c241a82c3735",
  ],
  limit: -1,
};

Schemas (validation)

import { GetFilesByIdsActionParamsSchema } from "@stellab/cs-schemas";

GetFilesByIdsActionParamsSchema.parse(params);

License

AGPL-3.0

0.2.1

9 months ago

0.2.0

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago