about summary refs log tree commit diff
path: root/src/third-party/api/src/schemas.d.ts
blob: 46fe20d0dac2699ff842b3c13352208cc93b18e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import { MethodSchema, RecordSchema } from '@atproto/lexicon';
export declare const methodSchemaDict: Record<string, MethodSchema>;
export declare const methodSchemas: MethodSchema[];
export declare const ids: {
    AppBskyBadge: string;
    AppBskyBadgeAccept: string;
    AppBskyBadgeOffer: string;
    AppBskyFollow: string;
    AppBskyLike: string;
    AppBskyMediaEmbed: string;
    AppBskyPost: string;
    AppBskyProfile: string;
    AppBskyRepost: string;
};
export declare const recordSchemaDict: Record<string, RecordSchema>;
export declare const recordSchemas: RecordSchema[];