social components inlay.at
atproto components sdui
86
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 5 lines 390 B view raw
1// data/types.ts — re-exports from generated lexicon types 2export type { Main as ComponentRecord } from "@/generated/at/inlay/component.defs"; 3export type { Main as EndpointRecord } from "@/generated/at/inlay/endpoint.defs"; 4export type { Response as ComponentResponse } from "@/generated/at/inlay/defs.defs"; 5export type { Main as CanvasRecord } from "@/generated/at/inlay/canvas.defs";