StoredProcedureDefinition interface

Properties

body

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

id

The id of the StoredProcedure.

Property Details

body

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

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

Property Value

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

id

The id of the StoredProcedure.

id?: string

Property Value

string