onCompleteHandlerFunctionType type

Navigation on complete handler function type

type onCompleteHandlerFunctionType = (status: boolean, reason?: string) => void