Skip to content

SudoSOS Back-end API / internal/spec/update-local-request-spec / verifyUpdateLocalRequest

Function: verifyUpdateLocalRequest() ​

ts
function verifyUpdateLocalRequest(updateLocalRequest): Promise<Either<Joinable, UpdateLocalRequest>>;

Logical validation of the updateLocalRequest

Parameters ​

ParameterTypeDescription
updateLocalRequestUpdateLocalRequestRequest to validate

Returns ​

Promise<Either<Joinable, UpdateLocalRequest>>