Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StoredProcedureDefinition

Package version

Hierarchy

  • StoredProcedureDefinition

Index

Properties

Properties

Optional body

body: string | ((...inputs: any[]) => void)

The body of the StoredProcedure. This is a JavaScript function.

Optional id

id: string

The id of the StoredProcedure.

Generated using TypeDoc