mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 22:03:58 +00:00
Co-authored-by: Github Action <action@github.com> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: Brendan Allan <git@brendonovich.dev>
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
declare module "*.sql" {
|
|
const content: string
|
|
export default content
|
|
}
|