Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.slice.so/llms.txt

Use this file to discover all available pages before exploring further.

Usage

import { getStores } from "@slicekit/core"

const stores = await getStores({
  slicerIds
})

Parameters

slicerIds
number[]
required
IDs of the stores to fetch.

Return Type

import { type SlicerBasics } from "@slicekit/core"

type Stores = SlicerBasics[]