sourcebot/src/lib/api.ts

9 lines
144 B
TypeScript
Raw Normal View History

2024-08-26 04:30:09 +00:00
export const pathQueryParamName = "path";
export const repoQueryParamName = "repo";
export type GetSourceResponse = {
content: string;
}