MCPcopy
hub / github.com/IgnisDa/ryot / StringIdAndNamedObject

Interface StringIdAndNamedObject

apps/docs/src/includes/export-schema.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3/* eslint-disable */
4
5export interface StringIdAndNamedObject {
6 id: string;
7 name: string;
8}
9
10export interface UserToCollectionExtraInformation {
11 is_hidden: boolean | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected