export const pathQueryParamName = "path"; export const repoQueryParamName = "repo"; export type GetSourceResponse = { content: string; }