# StoryCatalogSnapshots

Source: /tuil/docs/reference/packages/story/api/story-catalog-snapshots
Locale: en

type exported by @mwillbanks/tuil-story.



{/* Generated by tooling/docs/generate-reference.ts. */}

## type [#type]

Public type exported by `@mwillbanks/tuil-story`.

```ts
export type StoryCatalogSnapshots = Readonly<
  Record<string, Readonly<Record<string, StorySnapshot>>>
>;
```

## Members [#members]

This declaration has no public members.

## Parameters [#parameters]

This declaration has no public members.

## Returns [#returns]

This declaration does not return a value.

## Throws [#throws]

No thrown errors are documented for this declaration.

## Related types [#related-types]

* [`StorySnapshot`](/tuil/docs/reference/packages/story/api/story-snapshot)

## Source [#source]

[View the secondary source reference](https://github.com/mwillbanks/tuil/blob/main/packages/story/src/index.tsx)

## Package [#package]

[@mwillbanks/tuil-story](/tuil/docs/reference/packages/story)
