document.types.ts
interface Document {
  id: string
  title: string
  author: Author
  template: Template
  createdAt: Date
}
riverpen.config.ts
importRiverPenfrom'@riverpen/sdk'

const client = newRiverPen({
  workspace: 'production',
  features: {
    ai: true,
    realtime: true,
  }
});
RiverPen Logo
RiverPen
Technologies
Innovating Smart Solutions
Welcome back
Sign in to your workspace to continue.
or continue with email
Forgot password?
Don't have an account? Create one