Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
3 lines
111 B
TypeScript
3 lines
111 B
TypeScript
import { createAuth } from '../auth';
|
|
|
|
export const auth = createAuth({} as Parameters<typeof createAuth>[0]);
|