Skip to content

ServerDelete

function ServerDelete<T>(
config,
table,
req,
res): any

Defined in: core/shared.functions.ts:147

Type Parameters

Type Parameter

T extends string[]

Parameters

ParameterType

config

ServerConfig<T>

table

string

req

ESSC_Request

res

ESSC_Response

Returns

any