mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
8 lines
144 B
TypeScript
8 lines
144 B
TypeScript
|
|
|
|
export const pathQueryParamName = "path";
|
|
export const repoQueryParamName = "repo";
|
|
|
|
export type GetSourceResponse = {
|
|
content: string;
|
|
}
|